[gull] sort numerique

Daniel Cordey dc at mjt.ch
Tue May 23 11:08:16 CEST 2006


On Tuesday 23 May 2006 10:12, Anthony wrote:

> cat File | sort -n
>
> gives me:
>
> 8 13
> 8 2
> 11 5

ls ... | sort -N -k2 (etc.) 

see man sort()

dc



More information about the gull mailing list