Closed oleg-jukovec closed 4 hours ago
Part of this functionality is already implemented:
$ ./tt cat ./00000000000000000000.xlog ./00000000000000000000.snap ./00000000000000000012.xlog ./00000000000000000012.snap | grep Result
• Running cat with files: [./00000000000000000000.xlog ./00000000000000000000.snap ./00000000000000000012.xlog ./00000000000000000012.snap]
• Result of cat: the file "./00000000000000000000.xlog" is processed below •
• Result of cat: the file "./00000000000000000000.snap" is processed below •
• Result of cat: the file "./00000000000000000012.xlog" is processed below •
• Result of cat: the file "./00000000000000000012.snap" is processed below •
Part of this functionality is already implemented:
$ ./tt cat ./00000000000000000000.xlog ./00000000000000000000.snap ./00000000000000000012.xlog ./00000000000000000012.snap | grep Result • Running cat with files: [./00000000000000000000.xlog ./00000000000000000000.snap ./00000000000000000012.xlog ./00000000000000000012.snap]
• Result of cat: the file "./00000000000000000000.xlog" is processed below • • Result of cat: the file "./00000000000000000000.snap" is processed below • • Result of cat: the file "./00000000000000000012.xlog" is processed below • • Result of cat: the file "./00000000000000000012.snap" is processed below •
Nice, please, update help than.
We need to have an ability to have an ability to specify multiple WAL files. It could be done in different ways:
tt cat 1.xlog 2.xlog
--wal
to specify a WAL file and allows to use the flag multiple:tt cat --wal 1.xlog --wal 2.xlog