passing special characters into shell commands
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎02-15-2022 06:55 AM
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:
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 directory
I understand that the shell is not interpreting the * correctly, but can't find a way to pass it to the shell correctly.
Anyone help?
thanks,
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎02-20-2023 02:54 AM
Hi,
Have a similar problem but with GREP, can any one help?
Regards,
