passing special characters into shell commands
Hi,I am trying to run a workflow which includes copying all files of a certain type to another folder. I am using this command: mv ./*.cer ./Archive but I get the error: mv: cannot stat './*.cer': No such file or directoryI understand that the shell...