Shell
Command | Description |
---|---|
| Creates a typescript of the terminal session. |
| Search for the command |
| Display the last 20 commands that were entered. |
| Execute the command |
| Execute command 1 followed by command 2. |
| Execute |
| Redirect output of |
| Send both the standard output and the error output of a command to the file |
| Display all environment variables. |
| Display individual environment variable "PATH". |
| Sets environment variable <variable>. |
| Removes environment variable <variable>. |
| Terminate current command. |
| Delete up to the beginning of the line. |
| Reset terminal settings. |
| Exit shell. |
Command | Description |
---|---|
| Terminate current foreground process. |
| Suspend current foreground process. Creates a suspended job. |
| List jobs under this shell. |
| Terminate the job with the number <num>. |
| Restart suspended process in the foreground. |
| Restart suspended process in the background. |
| Start the command as a background job. |