Closed wting closed 7 years ago
I have date aliased to something else (date +%Y.%m.%d_%H%M), and thus fails on this line since it's trying to do date +%Y.%m.%d_%H%M +%s which is not a valid command.
date
date +%Y.%m.%d_%H%M
date +%Y.%m.%d_%H%M +%s
Escaping the command bypasses users' aliases.
Thanks!
I have
date
aliased to something else (date +%Y.%m.%d_%H%M
), and thus fails on this line since it's trying to dodate +%Y.%m.%d_%H%M +%s
which is not a valid command.Escaping the command bypasses users' aliases.