码迷,mamicode.com
首页 > 系统相关 > 详细

linux命令---basename,dirname

时间:2018-08-25 21:16:23      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:dir   pre   ase   file   root   rip   txt   打印   文件名   

basename:strip directory and suffix from filenames。打印路径中的文件名
diename:strip non-directory suffix from file name。打印路径中的路径(除去文件名)
实例:

[root@www tmp]# basename /root/test.txt
test.txt
[root@www tmp]# dirname /root/test.txt
/root
[root@www tmp]#

linux命令---basename,dirname

标签:dir   pre   ase   file   root   rip   txt   打印   文件名   

原文地址:http://blog.51cto.com/12107790/2164369

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!