文件操作 - readme.md
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/shebang-regex/readme.md
编辑文件内容
# shebang-regex [](https://travis-ci.org/sindresorhus/shebang-regex) > Regular expression for matching a [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) line ## Install ``` $ npm install shebang-regex ``` ## Usage ```js const shebangRegex = require('shebang-regex'); const string = '#!/usr/bin/env node\nconsole.log("unicorns");'; shebangRegex.test(string); //=> true shebangRegex.exec(string)[0]; //=> '#!/usr/bin/env node' shebangRegex.exec(string)[1]; //=> '/usr/bin/env node' ``` ## License MIT © [Sindre Sorhus](https://sindresorhus.com)
修改文件时间
将文件时间修改为当前时间的前一年
删除文件