https://github.com/shroukmansour/command-line-interface-
Command line interface program implementing clear, cd, ls, cp, mv, rm, mkdir, rmdir, cat, more, pwd, args, date, help, >>, >, and | .
https://github.com/shroukmansour/command-line-interface-
command-line-app java
Last synced: 3 months ago
JSON representation
Command line interface program implementing clear, cd, ls, cp, mv, rm, mkdir, rmdir, cat, more, pwd, args, date, help, >>, >, and | .
- Host: GitHub
- URL: https://github.com/shroukmansour/command-line-interface-
- Owner: ShroukMansour
- Created: 2017-11-03T19:50:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T20:18:26.000Z (over 7 years ago)
- Last Synced: 2025-01-10T14:30:35.064Z (5 months ago)
- Topics: command-line-app, java
- Language: Java
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Command-line-interface-
Command line interface program implementing
1. clear: clear the console
2. cd: change your directory
3. ls: list files and directories in your current directory
4. cp: copy content of file to another file
5. mv: move file or rename it
6. rm: remove directory
7. mkdir: make new directory
8. rmdir: remove directory
9. cat: display all content of a file
10. more: display content of file, 10 lines per each click
11. pwd: prints your current directory
12. args: print the arguments that specific command take
13. date: print date
14. ? : display what this command do
15. ">>" (without quotes) print the output of command to specific file(append)
16. ">" (without quotes) print the output of command to specific file(overwrite)
17. | : make more than one command