Analytics from the Show Me State

Posts Tagged ‘xargs’

More Unix Nerdiness: xargs and tar

I didn’t want to do two Unix posts in a row, but something came up last week that made me dust off the xargs command. Even if you do a lot of logfile parsing, you probably won’t use xargs very much. But when you need it, it can save a ton of time.
Commands used in [...]