How do I find out all empty file under Linux and UNIX operating systems?
{ 2 comments }
How can I keep out certain files when creating a tarball? For example:
/home/me/file1 /home/me/dir1 /home/me/dir2 /home/me/abc /home/me/xyz
How do I execute zyz and abc file while using a tar command?
{ 4 comments }