![]() |
|
|
|
|
|||||||
| UNIX Desktop for Dummies Questions & Answers Questions regarding GNOME, KDE, CDE, Open Office, etc go here. All UNIX and Linux Newbies Welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| To call/execute a shell script from a shell script | konark | UNIX for Dummies Questions & Answers | 1 | 10-26-2007 02:16 PM |
| How to pass a parameter from one Shell-script to another Shell-script | subodhbansal | Shell Programming and Scripting | 2 | 09-22-2007 02:19 AM |
| Accessing variables of one shell script in another shell script | rsendhilmani | Shell Programming and Scripting | 1 | 04-30-2007 05:43 AM |
| Have a shell script call another shell script and exit | heprox | Shell Programming and Scripting | 2 | 11-20-2006 04:17 AM |
| What is a good place to learn basic shell scripting? Thanks! | deutchap6verse5 | Shell Programming and Scripting | 2 | 03-07-2005 10:55 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
shell script ` ` need help if in the right place
> #!/bin/bash
> > > echo "please enter your login ID" > > read login_id > > > while[ $login_id -ne `grep $login_id /etc/passwd | cut -f1 -d:` prompts for any users login_id and returns the value of that users HOME directory and full name my question is are the backticks in the right place? thanks for any help airmax_sk@yahoo.com Last edited by kim187; 04-28-2008 at 08:15 PM. Reason: changee |
| Forum Sponsor | ||
|
|
| Thread Tools | |
| Display Modes | |
|
|