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.
Mac で 1GB のログ ファイルの最後の 1MB を抽出しようとしています。私が使うとき
split -b 1m
多くのファイルを作成します。それを行うより良い方法はありますか?
まだコマンドが見つからない場合は、ここにあります。
tail -c 1048576 file.log > last1mb.log