I want to archive 3 folders, given their names in Ubuntu command prompt.
When I use tar -c abc tt zz -> it will do nothing.
feedback
|
|
You either need to redirect that output to your tarball name as in:
(Careful, that will overwrite tarball.tar if it's already there) or you need to use the
| |||||||
feedback
|
|
You can use this command
eg:
| |||||||
feedback
|