If no filename is given, dpu and undpu should read their input from stdin, for compatibility with the behavior of other compression/decompression tools.
When running in this mode, output goes to stdout even if -c was not given (#5), and -k (#6) is meaningless and silently ignored.
If no filename is given, `dpu` and `undpu` should read their input from stdin, for compatibility with the behavior of other compression/decompression tools.
When running in this mode, output goes to stdout even if `-c` was not given (#5), and `-k` (#6) is meaningless and silently ignored.
If no filename is given,
dpu
andundpu
should read their input from stdin, for compatibility with the behavior of other compression/decompression tools.When running in this mode, output goes to stdout even if
-c
was not given (#5), and-k
(#6) is meaningless and silently ignored.Urg, thinking about this, I need a output flag, and need to set a default,
man tar
away