我必须在Bash中找到包含16行的文件.
我的想法是:
find -type f | grep '/^...$/'
有谁知道怎么用find+ grep或者find+ awk?
find
grep
awk
然后,
bash awk grep
awk ×1
bash ×1
grep ×1