UOPX Material

Using a line after #!/bin/bash, take the output of the ps –e command and pipe it to the sort command. After it has been piped to the sort command, redirect that output to a file called psfile. Note. Remember to include #!/bin/bash as the first line of your script. Source Programs Output Results ................
................