LoginSignup
4
1

More than 5 years have passed since last update.

Linuxで複数のファイルを結合して1つにする方法

Posted at

日毎に出力しているファイルを月次で集計する必要があったので調べてみた

cat [ファイル1] [ファイル2] > [出力ファイル]

ワイルドカードも使えるようだ

cat * > [出力ファイル]

Linux賢い。。

4
1
0

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
4
1