摘要: tail -n +1 -- *.txt more * | cat for f in *; do echo "Filename: $f"; cat "$f"; done find . -name \*.txt -print -exec cat {} \; grep -r '.*' *.txt 阅读全文
posted @ 2018-01-30 18:57 hao.ma 阅读(415) 评论(0) 推荐(0)