The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 03-27-2006
casioman casioman is offline
Registered User
  
 

Join Date: Aug 2005
Posts: 10
On running ps -eaf | tr -s " " | cut -f 1 -d " " > pidlist I get an empty file, is this because the ps command has something different for SCO? I know that running ps -ef would work but what does the a parameter do?