Linux去掉檔名的目錄和字尾命令basename
用途說明
basename命令用於去掉檔名的目錄和字尾(strip directory and suffix from filenames),對應的dirname命令用於擷取目錄
常用引數
格式:basename NAME
去掉NAME中的目錄部分。
path dirname basename "/usr/lib" "/usr" "lib" "/usr/" "/" "usr" "usr" "." "usr" "/" "/" "/" "." "." "." ".." "." ".."
格式:basename NAME SUFFIX
去掉NAME中的目錄部分和字尾SUFFIX,如果沒有了,則輸出SUFFIX。
使用示例
示例一
[root@web ~]# basename /usr/bin/sort
sort
[root@web ~]# dirname /usr/bin/sort
/usr/bin
[root@web ~]#
示例二
[root@web ~]# basename /usr/include/stdio.h .h
stdio
[root@web ~]# basename /usr/include/stdio.h stdio.h
stdio.h
相關文章
- Linux刪除指定字尾名檔案的命令Linux
- 去掉字串中重複部分 提取檔案字尾名字串
- Linux 批量修改檔案字尾名Linux
- adb命令管理Linux 檔案和目錄Linux
- [轉帖]Linux tar壓縮命令 排除某個目錄 && 排除某種格式字尾檔案Linux
- 筆記:Linux命令(目錄和檔案管理)筆記Linux
- 刪除指定目錄下指定字尾的檔案
- 在linux下顯示中文目錄和檔名Linux
- Linux常見命令-目錄檔案命令Linux
- 快速上手Linux核心命令(三):檔案和目錄操作命令Linux
- linux shell 命令下批量新增檔案的字尾 和批量刪除 擁有某字尾的檔案Linux
- linux檔案與目錄管理命令Linux
- linux目錄及檔案命令學習Linux
- Linux rm(刪除檔案/目錄) 命令Linux
- linux伺服器目錄檔案的命令操作Linux伺服器
- Linux中的basename命令使用例項Linux
- Linux檔案和目錄管理Linux
- win10如何修改檔案字尾名 win10修改字尾名的方法Win10
- py目錄下獲取指定字尾檔案打包成zip檔案
- Linux rm命令:刪除檔案或目錄Linux
- scp命令 用於Linux之間複製檔案和目錄Linux
- JavaScript獲取檔案字尾名JavaScript
- python 批量給檔名新增字尾Python
- js 擷取檔案字尾名JS
- Linux中返回上一級目錄和返回根目錄命令Linux
- Linux迴圈遍歷所有檔案,刪除指定字尾名檔案Linux
- Linux的檔案屬性和目錄配置Linux
- shell指令碼擷取字串字尾名,檔名指令碼字串
- Linux 檔案與目錄管理常用命令 記錄Linux
- Linux裡面去掉檔案特殊字元的命令Linux字元
- Linux下刪除指定資料夾下指定字尾名的檔案Linux
- 約束前端專案中的目錄和檔名前端
- 電腦檔案字尾名怎麼顯示?電腦中顯示檔案字尾(副檔名)的設定方法
- Linux常用基本命令(rename,basename,dirname)Linux
- 如何使用Python去除檔案字尾名?Python
- Linux系統中的basename命令使用例項Linux
- Linux系統目錄結構和ls命令Linux
- 普通開發者最常使用的linux命令和目錄Linux
- 在 Linux 中如何歸檔檔案和目錄Linux