How to view multiple log files as one file in unix/linux
- by user42679
Hi,
I was wondering if there is a convenient way in linux/unix to read multiple log files as one.
More specifically, I would like to view a sequence of log files (app.log, app.log.1 app.log.2, etc) as one big file using normal unix tools (vi, less, etc). When the EOF is read the tool will automatically move to the beginning of the next file.
…