- 創(chuàng)建一個(gè)文件tttt
- 文件內(nèi)容為 echo "hello"
執(zhí)行該文件方式
chmod u+x tttt
./tttt
bash tttt
或
/bin/bash tttt
PATH="$PATH:
pwd
"
tttt
替換ls命令
- 創(chuàng)建一個(gè)文件ls
- 文件內(nèi)容為 echo "hello"
PATH="
pwd
:$PATH"
alias ls="ls;/bin/ls"
ls
運(yùn)行結(jié)果為
hello
Desktop examples.desktop Pictures Templates tttt
...