![]() |
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 |
| permanent redirection of standard input | gfhgfnhhn | Shell Programming and Scripting | 6 | 11-01-2006 04:52 AM |
| Asking about shell script input output redirection | trivektor | Shell Programming and Scripting | 1 | 10-18-2006 01:13 AM |
| question on redirection (<<) | newkidintown | Shell Programming and Scripting | 2 | 05-03-2006 10:28 AM |
| Input Redirection | majeed73 | UNIX for Dummies Questions & Answers | 6 | 07-08-2002 03:57 PM |
| Changing stdin from file redirection to console input | nauman | High Level Programming | 4 | 09-29-2001 08:42 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
input redirection question
Hi,
in my script I need to execute the following command: query $id 456 432 but it waits for a RETURN character from keyboard and therefore, it fails. I tried something like: query $id 456 432 << '\n' but, i'ts clear it is not correct. Is there any way to do this? Thxs. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|