Redirect Output to a File

hello,
I am using the following command

find . ! -name . -prune | backup -v -iqf temp compress -exec cp temp.Z $PATH/coupon.bck.Z

Is there a way to redirect to a file?

Redirect what exactly?

1 Like

All the produced output of the command

All the produced output of the command

find .... > /path/to/redirected/outputFile
1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.