Linux CLI 36 🐧 xargs and touch commands
xargs and touch don’t seem related at first — one builds and runs commands from input, the other creates and updates files. But they’re both classic command-line building blocks: xargs is the glue that turns output from one command into arguments for another, and touch is the simplest way to create files or bump timestamps….