Search Results

Search: Posts Made By: jbr950
976
Posted By jbr950
basic sort
Hi, this question is quite basic.

I'm simply trying to understand what a call to sort, using no additional parameters, returns. "man sort" reports it will return:
"sorted concatenation of all...
5,244
Posted By jbr950
use variable to set the range of a for loop
Hi;
For sure there's an easy answer to this one that I am not finding..

I first set a variable, say

b1a:] max=5

then I want to use max to set the range for a for loop like so (it...
6,469
Posted By jbr950
Thanks for the tip; we can consider using a...
Thanks for the tip; we can consider using a database in the future.

Do any readers have an idea how to accomplish this task within the unix / bash framework I am accustomed to?

Thanks.
6,469
Posted By jbr950
sort split merge -u unique
Hi, this is about sorting a very large file (like 10 gb) to keep lines with unique entries across SOME of the columns.

The line originally looked like this:

sort -u -k2,2 -k3,3n -k4,4n -k5,5n...
Showing results 1 to 4 of 4

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