Hey there!!
Firstly, I'm really new on this and I'm having difficulties...
I have this data:
[05/Apr/2010:09:59:34 -0300] /~bcc/topo-zero.html 200 238
2
[05/Apr/2010:10:01:19 -0300] /~bsi/materiais/ed/u6.html 200 286960
3
[05/Apr/2010:10:04:56 -0300] /~firedo/AISG/AISGroupContributions.html 200 33193
2
[05/Apr/2010:10:08:33 -0300] /~bcc/topo-zero.html 200 238
2
And I want that to become on this:
[05/Apr/2010:09:59:34 -0300] /~bcc/topo-zero.html 200 238 2
[05/Apr/2010:10:01:19 -0300] /~bsi/materiais/ed/u6.html 200 286960 3
[05/Apr/2010:10:04:56 -0300] /~firedo/AISG/AISGroupContributions.html 200 33193 2
[05/Apr/2010:10:08:33 -0300] /~bcc/topo-zero.html 200 238 2
I'd appreciate if someone could give me a solution for that using a linux command...