I am trying to compress a file named realmaltese
so I give this command on the command line
Code:
tar cvzf realmaltese
but the above gives me the following message
tar: Cowardly refusing to create an empty archive
what can I do? what am I doing wrong?
thanks