Adding new custom command parameter and apply error
dos2unix <thisfile> <thisfile>
Obviously the CR/LF are replaced in-place by the unix style
What do I have to enter for <thisfile>?
Is this suitable:
dos2unix "!" "!"
?
When try to apply the command above to a certain file a dialog pops up telling me:
"Current SFTP-3 session does not support command you request. Separate shell session may be opened to process the command. Do you want to open separate shell session?"
Hm, why this?
I don't want another session. How can I achieve the execution of the dos2unix command in the current session otherwise?
Peter