Skip to content

qadyy/Unix-Command-Line-Interpreter-Java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Command-Line-Interpreter-Java

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

About

Unix/Linux Command lines implemented in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%