cd Project2if not already in the directorygo run main.go
- echo
- supports printing environment variables in a linux fashion, i.e
echo $VAR
- supports printing environment variables in a linux fashion, i.e
- ls
- Supports the following flags
- -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
- Can also combine flags like
ls -l -h
- Supports the following flags
- mkdir
- rm
- cat