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.
gzipファイルの行数を数える方法は? wc -l 通常のファイルから行数を取得するために使用できますが、.gz ファイルの場合はどうなりますか??
wc -l
これをやってみてください、それはあなたを助けるかもしれません.
gzcat ファイル名.ZIP|wc -l