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

Which command can you use to find the currently running process in unix server?

1163


Enlist some filename manipulation commands in unix.

1219


What are awk commands?

1224


Which command is used to delete all files in the current directory and all its sub-directories?

1317


What does this command do,"$more readme.txt“?

1207


What is the difference between cat command and more command?

1266


Explain command to show the space allocation of files?

1168


Which unix command lists files/folders in alphabetical order?

1846


What is awk good for?

1190


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

1207


What are some command words?

1202


What is the comma to show the space allocation of files?

1135


What is {} in find command?

1154


What is the behavioural difference between cmp and diff commands?

1340


What does grep v do?

1098