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
Differentiate cmp command from diff command.
Which command will print your home directory on screen?
What does awk stand for?
What do chown command do?
Write a command to kill the last background job?
Give the command for finding the current date.
What is $0 bash?
What is difference between grep and find command in unix?
What does the “echo” command do?
What do know about tee command?
why metadb requires a seperate slice to create Solaris volume manager
What does grep v do?
What is the command to compare two files in unix?
What is grep in bash?
What is the unix command to confirm a remote host is alive or not?