let's say I'd like to find all the files with suffix .wzd under the current directory and archive all the files founded at a time, how can I do it?
the following doesn't work, by the way
find . -name "*.wzd" 2>/dev/null -exec tar -cvf wzd.tar {} \;
|
|
|
Use
|
|||
|
|
This variant of the |
||||
|
|