# # bbsys.sco3 # # BIG BROTHER # OPERATING SYSTEM DEPENDENT THINGS THAT ARE NEEDED # From: Richard Dansereau (Dansereau.Richard@regis.uqam.ca) # PS="/bin/ps -ef" DF="/bin/df -v" DFSORT="5" DFUSE="/dev" MSGFILE="/usr/adm/messages" # PING="/usr/bin/ping" FIND="/bin/find" TOUCH="/bin/touch" GREP="/bin/grep" SORT="/bin/sort" HEAD="/bin/head" TAIL="/bin/tail" SED="/bin/sed" WC="/bin/wc -l" WHO="/bin/who" PINGPAR1="-c 1 -s 56" EXPR="/bin/expr" MAIL="/bin/mail -s" DIG="/etc/dig"