Xargs Command Snippets
Modified: June 13, 2022
Published: November 12, 2021
Tags:
Simple command snippet that most likely be used imo would be.
|
|
ls -f
: List all files-I
allows you to get the output into a placeholder.-p
print a confirmation prompt with the action it’s going to take:-t
print command line on the stderr before executing it.
It will help me to improve/learn.