|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | 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. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Redirect the piped information in garbage
hello, i was trying to detect one particular type of file through my script(which is running in loop to detect the file ) so i used the follwing command Code:
ls $PATH/*GLB*|grep CTL > /dev/null 2>&1 but every time i am getting the message Code:
path/*GLB* not found i am OK with the file not found message but i do not want this message to be displayed thanks Last edited by Franklin52; 12-05-2012 at 07:22 AM.. Reason: Please use code tags for data and code samples |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Garbage value | sujit_singh | Shell Programming and Scripting | 3 | 09-30-2011 01:00 AM |
| strcat outputs garbage | airon23bball | Programming | 2 | 05-25-2010 01:57 PM |
| Remove Garbage Output | Danish Shakil | Shell Programming and Scripting | 7 | 08-29-2008 10:41 AM |
| Garbage characters in display | Haleja001 | UNIX for Dummies Questions & Answers | 0 | 09-21-2005 09:24 PM |
|
|