in reply to Re: 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
copy *.log result
That looks like Microsoft. On Unix-based systems, you would use this:
cat *.log > result
Alexander
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: read files one by one in directory and redirct output to a file
by Marshall (Canon) on Jul 08, 2018 at 00:24 UTC | |
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 | |
by haukex (Archbishop) on Jul 08, 2018 at 09:52 UTC | |
by Marshall (Canon) on Jul 08, 2018 at 12:22 UTC | |
by afoken (Chancellor) on Jul 08, 2018 at 18:48 UTC |