32blogby StudioMitsu

# text-processing

2 articles

cli

xargs Practical Guide: Turn Any Output into Commands

Master xargs to chain commands effectively. Covers -0 for safe filenames, -P for parallel execution, -I for placement control, and real-world patterns with find, grep, and curl.

Mar 23, 2026 · 9 min
cli

sed & awk Practical Guide: The Classic Text Processing Duo

Master sed substitution, deletion, and insertion alongside awk column extraction, aggregation, and conditional processing with real examples.

Mar 8, 2026 · updated Mar 10, 2026 · 11 min