make
./a.out
- cd: change directory
- ls: list all the files and directories inside the current directory
- echo: output whatever was the input
- cat: output the contenets of the file
- jobs: list all the running jobs and their PIDs
- kjob: kill a job
- fg: bring a job to foreground
- bg: send a job to background 10.time: show time
- remindme: set a reminder
- All bash commands work (by passing the command to underlying bash environment).
- Foreground and background process management.
- Piping
- Redirection