Tag: xargs


Found 210 results for 'xargs'.


1) bash - Generalized chmod function differentiating between directories and files (i.e.: with find)
2) linux - How to git add list of files from git diff
3) bash - Why doesn't xargs on find work with a series of commands using pushd and popd to walk a directory subtree?
4) xargs - flexible number of agruments with xargs
5) linux - How to call the names of directories after passing them all to xargs?
6) linux - How do I use find to copy all found files to a new name in their same directories?
7) find - File name with spaces piped to two xargs commands
8) bash - Find two newest change files and compare them
9) linux - How can I use xargs to copy files that have spaces and quotes in their names?
10) bash - Running multiple commands with xargs
11) command-line - xargs doesn't recognize bash aliases
12) xargs - Make xargs execute the command once for each line of input
13) linux - How can I move many files without having Argument list too long?
14) shell - Properly escaping output from pipe in xargs
15) bash - Run find on find
16) bash - How do I ignore stdin with `xargs`?
17) find - Find files containing a string on the whole filesystem
18) bash - Command does not execute properly on remote server
19) linux - SSH to server with xargs
20) linux - Piped xargs doesn't execute the command
21) bash - grep for lines in shell script, send to xargs with $1 set
22) xargs - why doesn't `find . -name '*.jar' | xargs jar tf` work?
23) linux - Why doesn't piping grep output into xargs work with color?
24) xargs - xargs with shell function doesn't work
25) linux - Accessing parent and grandparent directory from linux find and passing to xargs
26) bash - How do I cat a file I got from stdin without xargs
27) shell - When should you use subshells vs `xargs`?
28) shell - Make xargs handle filenames that contain spaces
29) shell - To understand xargs better
30) find - How can I handle spaces in file names when using xargs on find results?
31) find - Use find to execute series of commands
32) find - Multiple find by xargs
33) find - find . .[^.]* -type f -print0 | xargs -0 sudo chmod 664; does not work
34) bash - Weird "No such file" error with "xargs" and "file"
35) cp - copying multiple files to multiple directories
36) shell - Concatenating thousands of files: > vs >>
37) linux - Curly brackets not getting replaced on xargs command
38) quoting - man xargs says standard input is delimited by blanks; but is it?
39) grep - listing directory contents with xargs and grep
40) shell - Deleting files with spaces in their names
41) xargs - How can I specify to xargs to run a command with all the arguments at once?
42) bash - using modified file content as arguments
43) linux - Can xargs evaluate $HOME?
44) shell - Bash Script to delete oldest files but keep latest files including sub-directories
45) shell - Passing a list of two PIDs to xargs only kills the first using ssh
46) grep - Skip first line from output of each iteration of XARGS
47) ssh - ssh-add add all private keys in .ssh directory
48) xargs - xargs: running command once with all arguments
49) shell - Why don't I need to pass "\"{}\"" to xargs when handling filenames with spaces?
50) xargs - What does "Trailing blanks cause an input line to be logically continued on the next input line" mean?