What is the difference between pipe and xargs?
Answer Posted / amit kumar pradhan
Pipe is used to connect between two command
Xargs redirect the output of second command to the first one
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
What is ‘ps’ command for?
What is the use of find command in unix?
What does 'mkdir' command do in UNIX?
What is the command to find maximum memory taking process on the server?
What is the behavioural difference between cmp and diff commands?
What is the use of egrep command in unix?
What will the following command do?
What does grep v grep do?
What is $0 bash?
Which command is used to delete all files in the current directory and all its sub-directories?
What is updatedb?
Who command in unix?
What is the use of tee command?
Why is grep called grep?
What is the size of time_t?