Currently, if given multiple (non-option) command line arguments, dpu and undpu will treat the first one as a file to act on and ignore the rest.
They should treat multiple command line arguments as a list of files to operate on (handling each one independently).
Currently, if given multiple (non-option) command line arguments, `dpu` and `undpu` will treat the first one as a file to act on and ignore the rest.
They should treat multiple command line arguments as a list of files to operate on (handling each one independently).
Currently, if given multiple (non-option) command line arguments,
dpu
andundpu
will treat the first one as a file to act on and ignore the rest.They should treat multiple command line arguments as a list of files to operate on (handling each one independently).
Thinking about if this should make multiple files, or a single file
Is this an archiver or something else?