文件操作 - pycodestyle
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/bash-completion/completions/pycodestyle
编辑文件内容
# pycodestyle completion -*- shell-script -*- _pycodestyle() { local cur prev words cword split _init_completion -s || return case $prev in -h | --help | --version) return ;; --format) COMPREPLY=($(compgen -W 'default pylint' -- "$cur")) return ;; --config) _filedir return ;; esac $split && return if [[ $cur == -* ]]; then COMPREPLY=($(compgen -W '$(_parse_help "$1")' -- "$cur")) [[ ${COMPREPLY-} == *= ]] && compopt -o nospace return fi _filedir py } && complete -F _pycodestyle pycodestyle # ex: filetype=sh
修改文件时间
将文件时间修改为当前时间的前一年
删除文件