文件操作 - mailmanctl
返回文件管理
返回主菜单
删除本文件
文件: /snap/core20/2866/usr/share/bash-completion/completions/mailmanctl
编辑文件内容
# mailmanctl completion -*- shell-script -*- _mailmanctl() { local cur prev words cword _init_completion || return if [[ "$cur" == -* ]]; then COMPREPLY=( $(compgen -W '--no-restart --run-as-user --stale-lock-cleanup --quiet --help' -- "$cur") ) else COMPREPLY=( $(compgen -W 'start stop restart reopen' -- "$cur") ) fi } && complete -F _mailmanctl mailmanctl # ex: filetype=sh
修改文件时间
将文件时间修改为当前时间的前一年
删除文件