![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| simple shell - how to get a parameter typed in a shell script | cmitulescu | Shell Programming and Scripting | 4 | 01-09-2009 08:45 PM |
| Help need to make a shell script run for ffmpeg vhook watermaking in shell | wingchun22 | Shell Programming and Scripting | 1 | 09-27-2008 07:52 AM |
| Linux Shell Question: how to print the shell script name ? | meili100 | UNIX for Dummies Questions & Answers | 3 | 07-01-2008 02:55 PM |
| How to Start a Shell as Login shell instead of ordinary shell | Sivaswami | Linux | 3 | 07-01-2008 02:52 PM |
| Difference between writing Unix Shell script and AIX Shell Scripts | haroonec | AIX | 0 | 04-12-2006 03:27 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
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 ![]() |
|
||||
|
Say again . its not home work ... I am trying to do this to show someone something , I have this Online thing from Mike Virtue teaching Noobies how to use Unix , and I am doing pretty well and I wanted to Surprise my father with this thing I am working on , Ill type what I have how about that ... Code:
echo "I will now continue to Help" echo "Would you like to know some helpful information on about your system" echo -n " Yes or No: " read answer if [ $answer = "y" ] ; then cat/etc/passwd who | who -l ps -e | wc -l that is pretty cool of you though not wanting to help people TOTALLY cheat , this website has a lot to offer ... Last edited by vidyadhar85; 07-02-2009 at 11:18 PM.. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|