📜  fsl remove_ext - Shell-Bash (1)

📅  最后修改于: 2023-12-03 15:15:12.133000             🧑  作者: Mango

fsl remove_ext - Shell/Bash

介绍

fsl 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