An alias is internal to the shell where it is defined. It is not visible to other processes. The same goes for shell functions. xargs is a separate application, which is not a shell, so doesn't have a concept of aliases or functions.
aliasはシェルの内部で定義されているものであり、他のプロセスからは見えない。xargsはコマンドなので、xargsからはaliasを見ることはできない。
似ているかもしれないし、微妙に違う問題かもしれないとおもったこと。 www.shigemk2.com