Skip to content

nickinhinguyen/Java-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-Shell

System Requirements

Java (1.7 or later)

Using the program

Compiling

To compile the code, run build the JShell in IntelliJ

Starting the Program

click run in IntelliJ.

Or in terminal, go to build/classes/java/main and run

$ 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