LoginSignup
1

More than 5 years have passed since last update.

[メモ]複数ログファイルを結合&ソートする

Posted at

メモです

複数サーバーで出力されているログをまとめてみたかったので調べました。
WindowsでもGitbashで動いたのでとても便利。

ls XXX.* | xargs cat | sort > concated_sorted.log

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1