Skip to content

Instantly share code, notes, and snippets.

@leveled
Created January 17, 2021 19:11
Show Gist options
  • Save leveled/5f9274216db166d6737f95dc8c66caea to your computer and use it in GitHub Desktop.
Save leveled/5f9274216db166d6737f95dc8c66caea to your computer and use it in GitHub Desktop.
Some complex bash showcasing xargs
ls -d ~/Downloads/*.bin | grep -i grunt | tr "\n" " " | xargs -I "{}" pipe_select {} | xargs -I "{}" ls -la {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment