命令:dirname 获取文件的路径(到父级目录)用法:dirname file_name[root@bogon opt]# a=$(dirname /mnt/a/b/c/d/a.sh) [root@bogon opt]# echo $a /mnt/a/b/c/d