文件操作 - zsh_command_not_found
返回文件管理
返回主菜单
删除本文件
文件: /etc/zsh_command_not_found
编辑文件内容
# (c) Zygmunt Krynicki 2007, # Licensed under GPL, see COPYING for the whole text # # This script will look-up command in the database and suggest # installation of packages available from the repository if [[ -x /usr/lib/command-not-found ]] ; then if (( ! ${+functions[command_not_found_handler]} )) ; then function command_not_found_handler { [[ -x /usr/lib/command-not-found ]] || return 1 /usr/lib/command-not-found -- ${1+"$1"} && : } fi fi
修改文件时间
将文件时间修改为当前时间的前一年
删除文件