CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
xargs
09-12
Software design
How can capture args with xargs across multiple pipe in bash
09-11
Back-end
Why is [[ "$input" == name1* || name2* ]] never false?
08-24
database
How to pass the search keyword listed in a file to the file command in gitbash in windows 10
08-17
Blockchain
how to edit the sample_ids using sed
08-17
Back-end
How to run 500 api requests in parallel at the same time
08-16
database
Using xargs to make parallel curl API calls
08-16
Back-end
Bash parallel curl requests from array of URLS inside for loop
08-13
Software design
Correct syntax to combine xargs -i and sh -c?
08-13
Software engineering
How to move the n number of files which is inside the directory called directory1 to a new directory
08-13
Software engineering
alias for a bash cmd with xargs for directories fails
08-11
Software design
Move different files to new, individual directories based on list
08-09
other
xargs string with docker -e creates one major environment variable
08-08
OS
Unable to pass output or find to image magick
07-31
other
How to remove entries with export from bash history?
07-27
front end
gcloud command for bulk metadata update
07-20
Mobile
how to use awk in bash -c do the ' ' in awk ' ' doesn't break the bash -c &
07-19
Enterprise
Multiple commands with xargs with batch load
07-14
database
change the separator of a paste commande
07-11
Software design
Why "xargs -I {}" gets errors "wc or ls: {}: open: No such file or directory" bu
07-09
Mobile
Why "xargs find | xargs mv" and "xargs find -exec mv" work but produce error pri
07-08
Mobile
How can you pass a multi-line output from one command as n arguments to a single command, not n comm
07-07
Software engineering
How can you pass a multi-line output from one command as multiple arguments to another command?
06-20
OS
Change all occurance of password in propertie file in Bash
06-15
Software design
Renaming bunch of files with xargs
05-24
Net
How to get backup of all the files having a specific format in linux
05-17
database
Git mv Files According to Regex Substitution
05-16
Mobile
How to Properly Use xargs With cp
05-13
Blockchain
xargs split string by space
04-24
front end
How to move list of files from different directories to new directory using bash
04-20
database
Parallelism - Shell scripting
04-16
Mobile
grep something from urls (source code) inside text file
03-23
Net
Running basename on remote server with xargs does not produce expected results
03-16
front end
xargs and cut: getting `cut` fields of a csv to bash variable
03-10
Blockchain
how to pipe multi commands to bash?
03-06
other
Why doesn't this sed command put a newline
03-05
OS
How to use xargs with find?
03-04
Back-end
GNU shell doing multiple things in a nested diff all at once
03-03
front end
How to print stream multiple times?
02-22
Software design
How to use xargs to execute python script in parallel fashion that takes input from file?
02-21
Software engineering
How to print each couple of args using xargs from a list
60
1
2
Next
Last
Links:
CodePudding