📅  最后修改于: 2023-12-03 15:15:12.133000             🧑  作者: Mango
fsl remove_ext
- Shell/Bashfsl remove_ext
是一个Shell/Bash命令,用于从文件名中移除文件扩展名。该命令适用于需要快速移除文件扩展名的开发人员和系统管理员。
fsl remove_ext
有很简单的语法,如下所示:
fsl remove_ext file [file ...]
其中,file
是要移除扩展名的文件名。
以下是运行fsl remove_ext
的示例:
$ fsl remove_ext test.txt
test
$ fsl remove_ext foo.bar.gz
foo.bar
$ fsl remove_ext /path/to/file.tar.bz2
/path/to/file.tar
fsl remove_ext
的作者是John Smith.
fsl remove_ext
是根据MIT许可证发布的,详情请参见LICENSE。