LINUX.ORG.RU

История изменений

Исправление lazyklimm, (текущая версия) :

Every eligible word in the shell input is checked to see if there is an alias defined for it. If so, it is replaced by the text of the alias if it is in command position (if it could be the first word of a simple command), or if the alias is global.

в итоге

sudo asd 

развернётся в

sudo mycommands

собственно, можно проверить через set -x, что оно разворачивается именно нужным образом

Исправление lazyklimm, :

Every eligible word in the shell input is checked to see if there is an alias defined for it. If so, it is replaced by the text of the alias if it is in command position (if it could be the first word of a simple command), or if the alias is global.

в итоге

sudo asd 

развернётся в

sudo mycommands

что и нужно, собственно

Исправление lazyklimm, :

Every eligible word in the shell input is checked to see if there is an alias defined for it. If so, it is replaced by the text of the alias if it is in command position (if it could be the first word of a simple command), or if the alias is global.

в итоге

sudo asd 

развернётся в

sudo  mycommands

что и нужно, собственно

Исходная версия lazyklimm, :

Every eligible word in the shell input is checked to see if there is an alias defined for it. If so, it is replaced by the text of the alias if it is in command position (if it could be the first word of a simple command), or if the alias is global.

в итоге

sudo asd 

развернётся в

sudo mycommands

что и нужно, собственно