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
Which command can you use to find the currently running process in unix server?
Enlist some filename manipulation commands in unix.
What are awk commands?
Which command is used to delete all files in the current directory and all its sub-directories?
What does this command do,"$more readme.txt“?
What is the difference between cat command and more command?
Explain command to show the space allocation of files?
Which unix command lists files/folders in alphabetical order?
What is awk good for?
Using unix command how to display no of records in oracle?
What are some command words?
What is the comma to show the space allocation of files?
What is {} in find command?
What is the behavioural difference between cmp and diff commands?
What does grep v do?