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 -->
  #1 (permalink)  
Old 07-02-2009
Producer Producer is offline
Registered User
  
 

Join Date: Jun 2009
Posts: 10
Question Y or N in a Shell

Hello , ran into a problem

"I am using Vi," and
Im mid way down in a BASH
and Im trying to simply

make a statement along the lines of simply
Would you like to check the system ,
Y or N

And run these functions
when the Y or yes is given

cat /etc/passwd | wc -l
who | wc -l
ps -e | wc -l

Sorry for my Newness; brand new to this stuff