Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between pipe and xargs?

Answer Posted / shh

xargs command
Build and execute command lines from standard input

find . -type f -mtime -1 -print | xargs ls

Pipe is a technique to use for joining two/more commands
(one command output as input to other command ..so on
| is a symobol for pipe)

ls -al | more

Is This Answer Correct ?    14 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Using unix command how to display no of records in oracle?

1210


How does shebang work?

1123


How do I search for a file in unix command?

1061


What do know about tee command and its usage?

1249


What is the command to view process running?

1159


Name the general commands in using unix os for a beginner?

1220


What is rmdir command?

1155


What is grep command in unix with examples?

1292


What are the general commands in using unix os for a beginner?

1221


Enlist some filename manipulation commands in unix.

1224


Which command should you use to find the remaining disk space in unix server?

1351


Who invented grep?

1213


How can we use grep command in unix?

1264


Explain command to display different lines that are found when compare two files?

1222


What is pipe command in unix?

1364