文件操作 - chsh.fish
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/fish/completions/chsh.fish
编辑文件内容
# # Completions for the chsh command # # This grep tries to match nonempty lines that do not start with hash complete -c chsh -s s -l shell -x -a "(string match -r '^[^#].*' < /etc/shells)" -d "Specify your login shell" complete -c chsh -s u -l help -d "Display help and exit " complete -c chsh -s v -l version -d "Display version and exit" complete -x -c chsh -a "(__fish_complete_users)"
修改文件时间
将文件时间修改为当前时间的前一年
删除文件