想把当前目录名保存到一个变量中,然后用在别的地方${PWD##*/} 测试: cd /var/log/squid echo ${PWD##*/}还有很多种方法,请参考这个老外写的:http://www.linux.com/archive/feature/120291原文地址:http://blog.csdn.net/lanmanck/article/details/6035371