- 判断所给目录内的二级目录下有没有test.txt文件。
- 有text.txt文件的二级目录,计算出该test.txt文件里面所引用单词的次数。
- 假如脚本名称为1.sh,运行脚本的格式为./1.sh 123 root,其中123为目录名称,而root为要计算数量的单词。
核心要点
[ -f file ]
判断是否有某个文件grep -cw
或缺单词个数
代码内容
1 |
|
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true