文件操作 - __main__.py
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/python3/dist-packages/IPython/__main__.py
编辑文件内容
# encoding: utf-8 """Terminal-based IPython entry point. """ #----------------------------------------------------------------------------- # Copyright (c) 2012, IPython Development Team. # # Distributed under the terms of the Modified BSD License. # # The full license is in the file COPYING.txt, distributed with this software. #----------------------------------------------------------------------------- from IPython import start_ipython start_ipython()
修改文件时间
将文件时间修改为当前时间的前一年
删除文件