Create An Empty Tar File
How To Create An Empty Tar File? It’s sometimes needed to create an empty tar file like for instance for some backup scripts. If you have such need, you can use the following Linux command: tar cvf your-empty-tar-filename.tar –files-from /dev/null
Read the full article...




