文件操作 - __fish_cancel_commandline.fish
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/fish/functions/__fish_cancel_commandline.fish
编辑文件内容
# This is meant to be bound to something like \cC. function __fish_cancel_commandline set -l cmd (commandline) if test -n "$cmd" commandline -C 1000000 # TODO: Switch from using tput and standout mode to `set_color` when themes have been # augmented to include support for background colors or has support for standout/reverse # mode. # # Set reverse fg/bg color mode, output ^C, restore normal mode, clear to EOL (to erase any # autosuggestion). echo -n (tput smso)"^C"(tput rmso)(tput el) for i in (seq (commandline -L)) echo "" end commandline "" commandline -f repaint end end
修改文件时间
将文件时间修改为当前时间的前一年
删除文件