Error executing custom command
I'm trying to execute the following command on my remote machine but its giving me an error message although no error occured
tar cvf - !& | gzip -c > "!?Archive Name:?archive.tgz!"
I am not using the z modifier because i'm using solaris.
Can you please help?
tar cvf - !& | gzip -c > "!?Archive Name:?archive.tgz!"
I am not using the z modifier because i'm using solaris.
Can you please help?