![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | 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 here. Shell Script Page. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need suggestions about a datecheck script | tsmurray | Shell Programming and Scripting | 5 | 05-14-2008 08:23 AM |
| awk Shell Script error : "Syntax Error : `Split' unexpected | Herry | UNIX for Dummies Questions & Answers | 2 | 03-17-2008 07:16 AM |
| Performance problem with my script ...suggestions pls | vivsiv | Shell Programming and Scripting | 2 | 02-22-2008 11:25 PM |
| Suggestions Req | ravi.sadani19 | SUN Solaris | 1 | 06-01-2007 03:29 AM |
| syntex error | neer45 | Shell Programming and Scripting | 1 | 12-03-2001 12:07 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
syntex error script any suggestions
a script with prompts user and returns the value of there home directory and full name
#!/bin/bash echo "please enter your login ID" read login_id while $login_id -ne `grep $login_id /etc/passwd | cut -f1 -d:` is they anything wrong with it |
| Forum Sponsor | ||
|
|
|
|||
|
Quote:
![]() |
|||
| Google UNIX.COM |