tar: *.pub: Cannot stat: No such file or directory |
$ tar cvf test.tar --directory "/etc/ssh/" *.pub ssh_host_dsa_key.pub ssh_host_ecdsa_key.pub ssh_host_rsa_key.pub
$ tar cvf test.tar --directory "/etc/ssh/" *.pub tar: *.pub: Cannot stat: No such file or directory tar: Exiting with failure status due to previous errors