basename 用法
basename 名称 【后缀】
例子
1、 $: basename /tmp/test.sh
输出: test.sh
2、 $: basename /tmp/test.sh .sh
输出: test
本文共 162 字,大约阅读时间需要 1 分钟。
转载于:https://www.cnblogs.com/woniu4/p/7440351.html