文件操作 - wc.fish
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/fish/completions/wc.fish
编辑文件内容
complete -c wc -s c -l bytes --description "Print byte counts" complete -c wc -s m -l chars --description "Print character counts" complete -c wc -s l -l lines --description "Print newline counts" complete -c wc -s L -l max-line-length --description "Print length of longest line" complete -c wc -s w -l words --description "Print word counts" complete -c wc -l help --description "Display help and exit" complete -c wc -l version --description "Display version and exit"
修改文件时间
将文件时间修改为当前时间的前一年
删除文件