xargs | My Note

xargs

Updated: Sep 21st, 2023


https://www.runoob.com/linux/linux-comm-xargs.html

grep "aliases :" -n * -l | xargs -I {} echo echo '{}'
grep "aliases :" -n * -l | xargs -I {} echo sed -i .bak  \"s/aliases :/aliases:/g\"  '"{}"'

Instead of authenticating the giscus application, you can also comment directly on GitHub.

TOC

Notes mentioning this note