文件操作 - bashrc.sh
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/python3/dist-packages/pexpect/bashrc.sh
编辑文件内容
# Different platforms have different names for the systemwide bashrc if [[ -f /etc/bashrc ]]; then source /etc/bashrc fi if [[ -f /etc/bash.bashrc ]]; then source /etc/bash.bashrc fi if [[ -f ~/.bashrc ]]; then source ~/.bashrc fi # Reset PS1 so pexpect can find it PS1="$" # Unset PROMPT_COMMAND, so that it can't change PS1 to something unexpected. unset PROMPT_COMMAND
修改文件时间
将文件时间修改为当前时间的前一年
删除文件