I am new to vi I found this script but can not get it to work. I created the directory under my id then created a file
#!/bin/sh
############################################################
PS=/bin/ps
CUT=/usr/bin/cut
SORT=/usr/bin/sort
HEAD=/usr/bin/head
if [ -x $PS -a -x $CUT -a -x $SORT -a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.