Displaying 2 results from an estimated 2 matches for "gazzillion".
Did you mean:
gazillion
2012 Aug 28
5
Cut command behaviour - bug or feature
...hree fields.
eg.
a1,b1,c1
a2,b2,c2
....
I wanted the output to be:
b1,c1,a1
b2,c2,a2
....
the command
cut -d, -f2,3,1 <file>
returns
a1,b1,c1
cut -d, -f2,3 <file>
works as advertised.
Is it specific to linux?
In that case how do I go about swapping two columns? I do not think a
gazzillion byte gui is required.
The file size is about 43Megs.
any ideas?
--
Regards,
Rajagopal
2006 Sep 10
2
Disabling IPv6 in Centos 4.x Experiences
Hi there,
While I was looking "how to disable ipv6 under centos" I have found a
gazzillion pages about how to do it and some of then even list things that i
am not sure where they came from, so for the record I list most of them here
in case someone else need them.
Some of the methods involved the direct modification of system scripts, and
I am against that so I wont list them here (remo...