I nerd sniped myself last night with this GitHub issue https://github.com/codepo8/dearconsole/issues/11 🤣, which resulted in me running a #jekyll site locally for the first time and crafting this #cli command with #grep #xargs and #sed
grep -rl '^tags:.*,' ./_scripts | xargs sed -i '' '/^tags:/s/,//g'
#jekyll #cli #grep #xargs #sed
W dzisiejszym, pierwszym w 2023 roku tutorialu z cyklu Porady Admina zajmiemy się programem xargs https://linuxiarze.pl/porady-admina-findutils-xargs/ #linux #porada #admin #findutils #xargs
#linux #porada #admin #findutils #xargs
How to Use the Bash xargs Commands #bash #xargs https://linuxhint.com/bash_xargs_command_by_example/
How to Use the Bash xargs Commands #bash #xargs https://linuxhint.com/bash_xargs_command_by_example/
Every shell has its weird quirks and nushell is no exception. Still getting used to it.
I certainly prefer the ease of use of each and par-each in nushell to xargs and GNU parallel.
https://www.nushell.sh/book/parallelism.html
I'm not willing to write any significant scripts in it yet, since the syntax could keep changing.
I couldn't get a single example shown in the man page of GNU Parallel working in bash or zsh.
Trying with version 20161222-1.1 on Debian testing.
Guess I'll stick to xargs -P4 for now. 😥
#CommandLine quick tips: Locate and process #files with #find and #xargs - #Fedora Magazine
https://fedoramagazine.org/command-line-quick-tips-locate-and-process-files-with-find-and-xargs/
#commandline #files #find #xargs #fedora #gnu #linux #unix #unixcommands
How To Create Directories From A Text File #LinuxCommands #Linuxhowto #CLI #xargs #mkdir
https://www.ostechnix.com/create-directories-text-file-linux/
#mkdir #xargs #CLI #linuxhowto #linuxcommands