FCI-CU OS 1 Assignment 1
Unix Command Line Implemented in Java
cat : (Concatenate) Get the content of any file
ls : (List) List files in the current working directory
cd: (Change Directory)
cp : (Copy) Copy Files
mv : (Move) Move Files
rm: (Remove) Remove Files
mkdir : (Make Directory) Create a new Directory
rmdir : (Remove Directory) Remove a Directory
help : List all Commands
? : Describe the Command Line
clear : Clear the Terminal
more : Read File line by line
pwd : Get the current directory
: Overwrite in a file
: Append on a file
date : Get the current date
args : Get the Command arguments