File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,22 @@ rustup will automatically install the correct version and components.
3131- ** ` yes ` ** - Output strings repeatedly
3232- ** ` pwd ` ** - Print current working directory
3333
34- ### In Development
34+ ### Currently in Development
3535
3636- ** ` ls ` ** - List directory contents (basic functionality implemented)
37+ - ** ` cat ` ** - Concatenate and display files (basic functionality implemented,
38+ missing most options)
3739- ** ` mkdir ` ** - Create directories (missing standard options like -p, -m, -v)
3840
41+ ### Missing
42+
43+ The project is still in early development, so the majority of standard Unix
44+ utilities remain unimplemented. Rather than maintaining an exhaustive list of
45+ missing commands, we're focusing on building a solid foundation with the core
46+ utilities first. As the project matures and more commands are added, this
47+ section will be expanded to highlight specific gaps and implementation
48+ priorities.
49+
3950## Usage
4051
4152All utilities support standard ` --help ` and ` --version ` flags. Options after
You can’t perform that action at this time.
0 commit comments