Skip to content

TigerCipher/CSCE4600Project2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSCE4600

Coverage

To run project 2:

  1. cd Project2 if not already in the directory
  2. go run main.go

Commands I implemented

  1. echo
    1. supports printing environment variables in a linux fashion, i.e echo $VAR
  2. ls
    1. Supports the following flags
      1. -R Recursively list files and directories -S Sort files by size -a Show hidden files -d List directories themselves -h Print file sizes in human-readable format -l Use long listing format -r Reverse the order of the listing -t Sort files by modification time
    2. Can also combine flags like ls -l -h
  3. mkdir
  4. rm
  5. cat

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages