bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hi


From: James Youngman
Subject: Re: Hi
Date: Thu, 22 Feb 2007 17:45:38 +0000

On 1/31/07, V.Nadeem Ahmad <address@hidden> wrote:
Hi,
I would like to kow how can i sort a colomn in a file without changing other
colomn. when I sort i dont want to move my other colomns.

There are lots of ways to do it, but none using just one single tool.
Basically you will need to write some sort of script.  For example,
split the columns into separate files using cut or awk, sort the
columns you need with sort, and then rejoin the columns with paste.
If it's just a one-off you could also use Gnumeric, or OpenOffice,
or...

James.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]