📌  相关文章
📜  删除文件扩展名 bash - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:20.035000             🧑  作者: Mango

代码示例1
$ filename=foo.txt
$ echo "${filename%.*}"
foo