First off, I couldn’t seem to find why the — two dashes to xargs, but here’s what I’m getting: $ atool -E -a –format=zip words.csv xargs — zip -r words.csv […hangs…] The docs are at https://linux.die.net/man/1/atool, and -E explains the command, so it looks like it’s just trying to invoke the zip command. Why isn’t […]