Tagged Questions
15
votes
2answers
4k views
tar cvf or tar -cvf ?
I have learned to use tar without '-' for options, like tar cvfz dir.tar.gz Directory/ but I recently came accross the slightly different tar -czvf syntax (I think the 'f' must be the last option in ...