What is the difference between pipe and xargs?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What is “chmod” command?
Write a command that will display files in the current directory, in a colored, long format.
What do chmod, chown, chgrp commands do?
Why is awk called awk?
Does cp command overwrite files?
distinguish between physical addresses and logical address?
Which is the command used to find out currently executing Process in UNIX?
How to get the operating system's information in unix?
What is the difference between awk and grep?
Which command will you use to change the permissions on file?
What is the use of awk command in unix?
hw will u use awk in replacing cahrs and files