文件操作 - service.fish
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/fish/completions/service.fish
编辑文件内容
# Fist argument is the names of the service, i.e. a file in /etc/init.d complete -c service -n "test (count (commandline -poc)) = 1" -xa "(__fish_print_service_names)" --description "Service name" #The second argument is what action to take with the service complete -c service -n "test (count (commandline -poc)) -gt 1" -xa '$__fish_service_commands'
修改文件时间
将文件时间修改为当前时间的前一年
删除文件