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