![]() |
|
|
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 |
| Copy Command in Script Not Working | JeffR | UNIX for Dummies Questions & Answers | 10 | 04-22-2008 11:42 AM |
| pwd & cd commands not working in shell script | perk_bud | Shell Programming and Scripting | 9 | 04-07-2008 08:11 AM |
| Shell script is not working... | vishalpatel03 | Shell Programming and Scripting | 2 | 01-10-2008 05:19 PM |
| command not working with rsh(remote shell) | lastkey | Shell Programming and Scripting | 4 | 02-12-2007 09:32 PM |
| Shell Script not working on new RS/6000 | mariner | Shell Programming and Scripting | 1 | 02-14-2006 01:59 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi,
Following is my shell script. #!/bin/tcsh view=$1 image=$2 objfld="obj-ppc-$image" echo $view echo $image echo $objfld echo "cleartool setview $view" cleartool setview $view; cd `cd /vob/ios/sys`; In this "cd" is not working and not getting any error. my shell is "tcsh" Unix version is SunOS : 5.008 Could anyone please help me out. Amit |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|