@@ -30,17 +30,16 @@ Java-based project aimed at simulating UNIX command line tools on a Windows envi
30
30
- ` sort ` : Sort lines of text files.
31
31
- ` uniq ` : Report or omit repeated lines.
32
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
33
- ` tr ` : Translate or delete characters.
36
34
- ` cut ` : Extract columns from files.
37
35
- ` diff ` : Compare files line by line.
36
+ - ` echo ` : Display a line of text.
38
37
- ** Networking Capabilities** :
39
38
- ` ping ` : Check network connectivity to a server.
40
39
- ` 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 .
44
43
45
44
## Contributing
46
45
@@ -63,7 +62,10 @@ Contributions are what make the open-source community such an amazing place to l
63
62
64
63
# # Future Improvements
65
64
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.
67
69
- ** GUI Integration** : Develop a Graphical User Interface for the command-line tools for enhanced user interaction.
68
70
- ** Networking Capabilities** : Extend the project to include network-related commands for advanced operations.
69
71
- ** Cross-Platform Compatibility** : Enhance compatibility with other operating systems, including full UNIX and Linux support.
0 commit comments