![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| Redirect stdin and out to sockets | gyula | High Level Programming | 1 | 09-02-2008 10:30 AM |
| Array Printing Inline | vakharia Mahesh | Shell Programming and Scripting | 2 | 05-21-2008 12:53 PM |
| Inline Parameters-Urgent | indira | Shell Programming and Scripting | 2 | 05-02-2007 04:02 PM |
| redirect STDIN | prkfriryce | Shell Programming and Scripting | 4 | 01-04-2007 10:11 AM |
| stdin not tty when try to pine or redirect | Micz | UNIX for Dummies Questions & Answers | 1 | 05-20-2004 02:58 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
inline redirect stdin
Hi:
I have the next script on ksh #!/usr/bin/ksh cd $FUENTES qdesign <<-! \$/opt/cognos/ph843e/bin/qtp <<-! \$/opt/cognos/ph843e/bin/quiz <<-! ! ! ! This script is very simple, i want to nest three process quiz into qtp, and this into qdesign. When I run it , i receive the next error. ./aa[7]: !: not found ./aa[8]: !: not found Why ?¿?¿ can i nest inline commads with input redir. Regards |
|
||||
|
I have read on other forum that this "-!" replace tabs. If i use "!" only i receive the same error. I think that after ksh runs the quiz line , it can find the next "!" because ksh runs on parallel.
P.D: Sorry for my bad English. Regards |
![]() |
| Bookmarks |
| Tags |
| inline redirect stdin |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|