i ilham.dev
Home Posts Tools Dev Ops Games Playground About Contact

Xargs

  • How I use xargs without being surprised by spaces

    xargs is useful when one command prints a list and another command needs that list as arguments. A simple example: printf '%s\n' one two three | xargs echo Output: one two three That looks too simple to matter, …

    27 Sep 2026 · 4 min read · #linux #xargs #shell #tools

© 2026 Ilham Andika. All rights reserved.
Contact Terms Privacy Comment Policy RSS GitHub