Email or username:

Password:

Forgot your password?
Top-level
Tim Reed

@april Surely 'z' is still needed when creating compressed tar files?

2 comments
kepstin

@timothyreed @april nowadays you probably want to use 'a' instead, which automatically picks the right compressor to use based on the output filename you used. (Explicitly specifying the compressor is still needed if you're piping the output rather than writing to a file, tho)

Tim Reed

@kepstin my decades of unix experience no longer has value :(

Go Up