![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
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 |
| Simple Shell Script Need Help | kulbir | Shell Programming and Scripting | 2 | 02-27-2008 01:14 AM |
| Need help in a simple shell script | raghav1982 | Shell Programming and Scripting | 4 | 10-26-2007 07:44 AM |
| I need of a simple shell script | Minguccio75 | UNIX for Advanced & Expert Users | 2 | 11-29-2006 03:13 AM |
| need a simple shell script | Mar1006 | Shell Programming and Scripting | 1 | 08-01-2006 11:45 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
This is an assignment I have to do everyone but I was viewing the threads and I assumed that I could write this assignment simpler than what My instructor is directing..
Here is the Assignment This shell script has the following specifications: - It must be named: "printpasswd." - It must take one argument from the command line. The argument will point to a file that follows the /etc/passwd format. - It will parse the file and output each user's information in the following format: user-name, uid, gid, home, shell and notes. For example, if the file contains the following information, root:FP3mDXRh.KTMQ:0:0:root:/root:/bin/sh, then the output should be "user-name uid gid home shell notes root 0 0 /root /bin/sh root Now I was wondering...Can the Script be simply written as Follows?: #!/bin/bash # This is the script for parsing the "printpasswd info" $ chmod +x printpasswd echo Username echo User ID echo Password echo Group ID echo Home echo Notes and Please don't laught because I'm novice at scripting and it seems as if 85% of the class has experience....so I'm in the dark on this could someone help me please..and thank You |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|