We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676b909 commit c284f05Copy full SHA for c284f05
README.md
@@ -32,8 +32,12 @@ Java-based project aimed at simulating UNIX command line tools on a Windows envi
32
- `wc`: Word, line, character, and byte count.
33
- `sed`: Stream editor for filtering and transforming text.
34
- `awk`: Pattern scanning and processing language.
35
-- **System Information and Management**:
+ - `tr`: Translate or delete characters.
36
+ - `cut`: Extract columns from files.
37
+ - `diff`: Compare files line by line.
38
+- **Networking Capabilities**:
39
- `ping`: Check network connectivity to a server.
40
+ - `curl`: Retrieve web pages and files.
41
- **Utility Commands**:
42
- `echo`: Display a line of text.
43
- `date`: Display or set the system date and time.
0 commit comments