![]() |
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 |
| querry about xargs command | mobydick | UNIX for Dummies Questions & Answers | 1 | 05-29-2008 01:55 AM |
| command usage on find with xargs and tar | darkrainbow | AIX | 3 | 12-25-2007 06:25 PM |
| Xargs command outupt to file | byblos | Shell Programming and Scripting | 3 | 11-09-2007 12:34 PM |
| Help with xargs | JimJim | UNIX for Dummies Questions & Answers | 4 | 02-08-2005 07:08 PM |
| xargs | jpprial | UNIX for Dummies Questions & Answers | 4 | 09-17-2001 08:29 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|||||
|
Is this for a homework assignment? Perhaps the manual pages will help.
|
|
||||
|
Re: use of xargs command
it is very aparent if you do a test what the differance between those 2 commands are.
Code:
# ls -l ; cat one two three total 6 -rw-r--r-- 1 root other 2 Oct 30 12:43 one -rw-r--r-- 1 root other 2 Oct 30 12:43 three -rw-r--r-- 1 root other 2 Oct 30 12:43 two 1 2 3 # find . -print|xargs grep 2 ./two:2 # find . -print| grep 2 # i could just come out and say what the differance is. but i dont think you will honestly learn and remember the differance. so i am trying to make you think about it. Last edited by Optimus_P; 10-30-2003 at 03:03 PM.. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|