技术笔记---记载学到技术的点点滴滴
grep apple fruitlist.txt
In this case, grep prints all lines containing 'apple' from the file fruitlist.txt, regardless of word boundaries; therefore lines containing 'pineapple' or 'apples' are also printed
查找文件fruitlist.txt 中含有apple单词的行
发表评论
没有评论:
发表评论