i have generated the reports from six different severs and i copied all six reports to a single server using scp command. now i want all the datas from six files to be in a single file(text or csv file).
can anyone help me out????
thanks in advance,
Arun manas
You can use cat command to manage that.
cat file1.txt file2.txt file3.txt > output.txt
or
cat file?.txt > output.txt
will do the same thing.Click Here on HowTo ask good Question to get best Help
Let us know, if the problem is solved !!!
Yes (14) | ![]() | |
No (14) | ![]() | |
I don't know (15) | ![]() |