linux命令---basename,dirname
程序员文章站
2024-02-29 09:42:10
...
basename:strip directory and suffix from filenames。打印路径中的文件名
diename:strip non-directory suffix from file name。打印路径中的路径(除去文件名)
实例:
[[email protected] tmp]# basename /root/test.txt
test.txt
[[email protected] tmp]# dirname /root/test.txt
/root
[[email protected] tmp]#
转载于:https://blog.51cto.com/12107790/2164369
上一篇: shared_ptr基本用法
推荐阅读
-
linux命令---basename,dirname
-
dirname和basename用法
-
python basename()函数和dirname()函数
-
Python实现Linux的find命令实例分享
-
linux下执行命令报错Cannot find ./catalina.sh The file is absent or does not have execute permission
-
MySQL在Linux系统中隐藏命令行中的密码的方法
-
在Linux系统的命令行中为MySQL创建用户的方法
-
在linux中导入sql文件的方法分享(使用命令行转移mysql数据库)
-
linux 修改时间 - [命令操作] 博客分类: linux LinuxWindows网络协议XPRedHat
-
linux下mysql操作的命令 博客分类: mysql MySQLLinuxSQL数据结构DB2