学习bash第五章 学习笔记
时间:2008-04-12 来源:dracohan
pushd()
echo still in $PWD |
2.
#builtin用于确保调用内部命令 |
3.
#返回1 |
4.
popd() |
5.
IFS=: |
6.
recls() |
recdir() |
7.
cd() |
8.
selecttd() |
9.
until cp $1 $2;do |