文件操作 - Readme.md
返回文件管理
返回主菜单
删除本文件
文件: /root/node_modules/component-inherit/Readme.md
编辑文件内容
# inherit Prototype inheritance utility. ## Installation ``` $ component install component/inherit ``` ## Example ```js var inherit = require('inherit'); function Human() {} function Woman() {} inherit(Woman, Human); ``` ## License MIT
修改文件时间
将文件时间修改为当前时间的前一年
删除文件