我%f, %F, %u, %U在 bash 手册中没有找到。
在 中/usr/share/applications/gedit.desktop,我也看到了类似的用法:
[Desktop Entry]
Name=gedit
GenericName=Text Editor
Comment=Edit text files
Exec=gedit %U
Run Code Online (Sandbox Code Playgroud)
做%f, %F, %u, %U属于bash的?
如果没有,它们有什么用?