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
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is the use of sed command in unix?
What is the functionality of a top command?
Which command is used to kill the last background job?
What is the use of awk command in unix?
what is the advaantage of each user having its own copy of the shell?
What are the commands in UNIX to list the files in a Directory?
What is rmdir command?
What is merge command in unix?
why metadb requires a seperate slice to create Solaris volume manager
What do know about tee command and its usage?
What command will change your prompt to myprompt?
Name the general commands in using unix os for a beginner?
Give the command for finding the current date.
What command is used to check the current users?