Search Results

Search: Posts Made By: Fafa
25,285
Posted By Fafa
Yes, There is a problem with successive sorts. I...
Yes, There is a problem with successive sorts. I don't know how is the priority is managed in this case.

I changed the sort command like that and it's ok now :

cat "$1" |sort -nk 1.1,1.8 -k...
25,285
Posted By Fafa
ascending and descending sort
Hi

I have a problem with sort command :

sort -nk 1.28,1.34 file | sort -nrk 1.27 file | sort -nk 1.22,1.25 file |sort -nk 1.13,1.21 file | sort -nk 1.9,1.12 file | sort -nk 1.1,1.8 file
...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 10:25 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy