文件操作 - example.js
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/fastq/example.js
编辑文件内容
'use strict' /* eslint-disable no-var */ var queue = require('./')(worker, 1) queue.push(42, function (err, result) { if (err) { throw err } console.log('the result is', result) }) function worker (arg, cb) { cb(null, 42 * 2) }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件