Can't use alias with "at" command !
Hello everybody,
I am new in the world of Fedora, so i have a little problem. in my .bashrc file I defined an alias for the "halt -p" command:
alias bye='halt -p'
this alias is working perfectly in the terminal but when I try to use it with the "at" command..
$ sudo at now +5 min
[sudo] Mot de passe de Semah :
warning: commands will be executed using /bin/sh
at> bye
at> <EOT>
job 35 at Wed Nov 22 15:27:00 2017
Nothing happens !!