Get out of the habit of using while read as an idiom and instead use xargs to process arguments when you're doing batch compute stuff.
Sunday, February 26, 2023
Use xargs
Subscribe to:
Posts (Atom)
Work. Music. Jazz. Systems. Security research. Obsession. Liminal space. Near-isolation. Improvisation. Pattern recognition. Spaced repetiti...
-
I’m currently working on a project that involves sending alerts and notifications to users on Windows 11 systems. During development, I le...
-
Latin1 was the early default character set for encoding documents delivered via HTTP for MIME types beginning with /text . Today, only ...
-
It seems like a lot of the previous software wrappers to interact with archive.today (and archive.is, archive.ph, etc) via the command-line ...