Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
誰かが私を助けることができます、どうすれば私のファイルをフィルタリングできますか、ファイル内に3、4、5要素の行があります、5要素のこれらだけをエコーを使用して印刷したいのですが、事前に感謝します(スクリプトについて話します)
cat $file | awk '(NF==5) { print $0}'