Bash实操技巧 零碎知识 Bash 232 30min Bash中获得行数的方法: 【cat后wc -l会被结尾有无换行影响】 lines=$(awk 'END {print NR}' file.txt) ... 继续阅读 →