![]() |
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 |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| piping oracle output to a file? | satnamx | Shell Programming and Scripting | 13 | 03-19-2008 05:08 PM |
| piping output to echo | A1977 | Shell Programming and Scripting | 3 | 11-01-2006 08:58 AM |
| How do I output or echo NONE if grep does not find anything? | jojojmac5 | UNIX for Dummies Questions & Answers | 2 | 07-13-2006 07:55 AM |
| output of find command | shriashishpatil | UNIX for Dummies Questions & Answers | 3 | 12-15-2005 11:17 AM |
| Piping output to while read | Ultimodiablo | Shell Programming and Scripting | 3 | 11-26-2005 10:38 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
piping the output of find command to grep
Hi,
I did not understand why the following did not work out as I expected: find . -name "pqp.txt" | grep -v "Permission" I thought I would be able to catch whichever paths containing my pqp.txt file without receiving the display of messages such as "find: cannot access... Permisson denied", but it did not work. Anyone could explain me the reason why ? Thanks, Abraham |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|