Skip to content

jaimans/Java-Shell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-Shell

System Requirements

Java (1.7 or later)

Using the program

Compiling

To compile the code, run the command bellow in the terminal Note: Make sure you're running it from the root directory

$ javac driver/JShell.java

Starting the Program

$ java driver/JShell

Commands

List of commands available

  • !
  • cat
  • cd
  • cp
  • echo
  • exit
  • find
  • get
  • history
  • load
  • ls
  • man
  • mkdir
  • mv
  • popd
  • pushd
  • pwd

Example using the commands

To read the documentation of a specific command

$ man [command]
#example:
$ man ls

To write to a file using echo:

$ echo "hello world" > file1

To append to a existing file: To write to a file using echo:

$ echo "good bye" >> file1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%