Skip to content

Commit ea58452

Browse files
committed
Updated README.md
1 parent 333d3b7 commit ea58452

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,16 @@ Java-based project aimed at simulating UNIX command line tools on a Windows envi
3030
- `sort`: Sort lines of text files.
3131
- `uniq`: Report or omit repeated lines.
3232
- `wc`: Word, line, character, and byte count.
33-
- `sed`: Stream editor for filtering and transforming text.
34-
- `awk`: Pattern scanning and processing language.
3533
- `tr`: Translate or delete characters.
3634
- `cut`: Extract columns from files.
3735
- `diff`: Compare files line by line.
36+
- `echo`: Display a line of text.
3837
- **Networking Capabilities**:
3938
- `ping`: Check network connectivity to a server.
4039
- `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.
40+
- `wget`: Download web pages and files.
41+
- `ifconfig`: Display network interface information.
42+
- `traceroute`: Trace a route through the network.
4443

4544
## Contributing
4645

@@ -63,7 +62,10 @@ Contributions are what make the open-source community such an amazing place to l
6362

6463
## Future Improvements
6564

66-
- **Other Unix Commands**: Add more Unix commands to the project.
65+
- **Other Unix Commands**: Add the following to the project:
66+
- `sed`: Stream editor for filtering and transforming text.
67+
- `awk`: Pattern scanning and processing language.
68+
- and other advanced Unix commands.
6769
- **GUI Integration**: Develop a Graphical User Interface for the command-line tools for enhanced user interaction.
6870
- **Networking Capabilities**: Extend the project to include network-related commands for advanced operations.
6971
- **Cross-Platform Compatibility**: Enhance compatibility with other operating systems, including full UNIX and Linux support.

0 commit comments

Comments
 (0)