Skip to content

Commit c284f05

Browse files
committed
Updated README.md
1 parent 676b909 commit c284f05

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,12 @@ Java-based project aimed at simulating UNIX command line tools on a Windows envi
3232
- `wc`: Word, line, character, and byte count.
3333
- `sed`: Stream editor for filtering and transforming text.
3434
- `awk`: Pattern scanning and processing language.
35-
- **System Information and Management**:
35+
- `tr`: Translate or delete characters.
36+
- `cut`: Extract columns from files.
37+
- `diff`: Compare files line by line.
38+
- **Networking Capabilities**:
3639
- `ping`: Check network connectivity to a server.
40+
- `curl`: Retrieve web pages and files.
3741
- **Utility Commands**:
3842
- `echo`: Display a line of text.
3943
- `date`: Display or set the system date and time.

0 commit comments

Comments
 (0)