Without doing stdout redirection. Is it possible to have a silent run of 7za?
|
feedback
|
|
Looking at the output of Is there any particular reason why you don't want to just do | |||||||
feedback
|
|
Side note: You can compress a file: $ xz file.ext $ ls file* file.ext.xz Or use it to compress a directory with $ tar cJf dir.tar.xz dir/ $ ls -d dir* dir dir.tar.xz | |||
|
feedback
|
|
Maybe you can wrap 7za in a script, so that the place that calls it doesn't need the redirection? | |||
|
feedback
|