文件操作 - colors.js
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/@redocly/openapi-core/src/benchmark/colors.js
编辑文件内容
'use strict'; function red(str) { return '\u001b[31m' + str + '\u001b[0m'; } function green(str) { return '\u001b[32m' + str + '\u001b[0m'; } function yellow(str) { return '\u001b[33m' + str + '\u001b[0m'; } function cyan(str) { return '\u001b[36m' + str + '\u001b[0m'; } function grey(str) { return '\u001b[90m' + str + '\u001b[0m'; } module.exports = { red, green, yellow, cyan, grey, };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件