文件操作 - _.fish
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/fish/functions/_.fish
编辑文件内容
# # Alias for gettext (or a fallback if gettext isn't installed) # set -l path (which gettext ^/dev/null) if test -x (echo $path) function _ --description "Alias for the gettext command" gettext fish $argv end else function _ --description "Alias for the gettext command" echo -n $argv end end
修改文件时间
将文件时间修改为当前时间的前一年
删除文件