文件操作 - Makefile
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/lib/node_modules/npm/node_modules/promise-retry/node_modules/retry/Makefile
编辑文件内容
SHELL := /bin/bash test: @node test/runner.js release-major: test npm version major -m "Release %s" git push npm publish release-minor: test npm version minor -m "Release %s" git push npm publish release-patch: test npm version patch -m "Release %s" git push npm publish .PHONY: test
修改文件时间
将文件时间修改为当前时间的前一年
删除文件