文件操作 - README.md
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/atom/resources/app/apm/node_modules/grim/README.md
编辑文件内容
# Grim [](https://travis-ci.org/atom/grim) [](https://ci.appveyor.com/project/Atom/grim/branch/master) [](https://david-dm.org/atom/language-c) Log deprecate calls ## Installing ```sh npm install grim ``` ## Usage ```javascript Grim = require('grim') function someOldMethod() { Grim.deprecate("Use theNewMethod instead.") } ``` To view all calls to deprecated methods use `Grim.logDeprecations()` or get direct access to the deprecated calls by using `Grim.getDeprecations()`
修改文件时间
将文件时间修改为当前时间的前一年
删除文件