gnu version

UNIX / Linux: Find All Empty Files

by Vivek Gite on July 3, 2009 · 2 comments

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 }

How do I use tar command over secure ssh session?

{ 33 comments }