in reply to Re^2: read files one by one in directory and redirct output to a file
in thread read files one by one in directory and redirct output to a file
On Unix, I think copy is cp. On either O/S it is possible to concatenate a bunch of binary files together into a single result file.type *.log > result
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: read files one by one in directory and redirct output to a file
by soonix (Chancellor) on Jul 08, 2018 at 07:34 UTC | |
by Marshall (Canon) on Jul 08, 2018 at 08:17 UTC | |
by soonix (Chancellor) on Jul 08, 2018 at 13:18 UTC | |
Re^4: read files one by one in directory and redirct output to a file
by haukex (Archbishop) on Jul 08, 2018 at 09:52 UTC | |
by Marshall (Canon) on Jul 08, 2018 at 12:22 UTC | |
Re^4: read files one by one in directory and redirct output to a file
by afoken (Chancellor) on Jul 08, 2018 at 18:48 UTC |