文件操作 - readme.md
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/bundle-name/readme.md
编辑文件内容
# bundle-name > Get [bundle name](https://developer.apple.com/library/Mac/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/plist/info/CFBundleName) from a [bundle identifier](https://developer.apple.com/library/Mac/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/plist/info/CFBundleIdentifier) (macOS): `com.apple.Safari` → `Safari` ## Install ```sh npm install bundle-name ``` ## Usage ```js import bundleName from 'bundle-name'; console.log(await bundleName('com.apple.Safari')); //=> 'Safari' ``` ## Related - [bundle-name-cli](https://github.com/sindresorhus/bundle-name-cli) - CLI for this module - [bundle-id](https://github.com/sindresorhus/bundle-id) - Get bundle identifier from a bundle name
修改文件时间
将文件时间修改为当前时间的前一年
删除文件