- Completed by Isabella Boone, John Gable, Hannah Moats for Operating Systems (CMPE320) in Spring 2021
- Try
ls -l > outputto demonstrate redirection to output file
- Try
ls -l | wc -l
- Our version is called
.sushrc, and it resides in/project_code/
getenvto get all environment variablesgetenv nameto get value of environment namesetenv name valueto set environment name to valueunsetenv nameto unset environment namecdto change to the HOME environment variablecd pathnameto change directories to pathnameexitexit the program and free everything used!