How do I use cat command on Linux or Unix-like operating systems?
{ 4 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?
{ 5 comments }