Somehow i have tar file called 'secret\r-.tar.gz'.
Note that it has \r in the name.
I tried following SSH command for moving but none of them are working:
mv secret\r-.tar.gz ../ mv secret\\r-.tar.gz ../ mv secret\\r-.tar.gz ../ mv "secret\r-.tar.gz" ../ All resulted with error:
mv: cannot stat `secret\r-.tar.gz': No such file or directory
Can you guys point me to the right direction.
printf '<%q>\n' *.tar.gz?