${name:r}: Remove file extension

Removes the file extension from a file path. This is the opposite of :e, which evaluates to the file extension.

Examples

Print path without file extension
1
2
path="/dir/subdir/file.csv"
echo $path:r
Output:
1
/dir/subdir/file
BashSupport Pro 是一款支持 r** 的 **Zsh 集成开发环境 - 立即试用
© 2020–2024 Joachim Ansorg
声明
隐私政策
许可条款