Search Results

Search: Posts Made By: Peu Mukherjee
7,009
Posted By Peu Mukherjee
I tried all the options, but sort is not...
I tried all the options, but sort is not returning faster.

Since we have one CPU, should we go for splitting the file, then sorting individual files and then merging into a single file?
7,009
Posted By Peu Mukherjee
I could see NLAP_TEMP is fastest directory , I...
I could see NLAP_TEMP is fastest directory , I added the same in sort command , but it seems not working, the awk command just takes 7 minutes , the issue is only with sort, which is taking long...
7,009
Posted By Peu Mukherjee
Sure, I will post the time for each of the...
Sure, I will post the time for each of the commands.

Just wanted to check , if the below sort be faster , if I give the temp folder path or should I change the path to some other folder?

...
7,009
Posted By Peu Mukherjee
Thank you all for your response The...
Thank you all for your response


The below command has really helped in reducing the time.Would this also sort the rows or do we need to use sort after this?


awk 'BEGIN { FS=OFS=","...
7,009
Posted By Peu Mukherjee
How to make awk command faster?
I have the below command which is referring a large file and it is taking 3 hours to run. Can something be done to make this command faster.

awk -F ',' '{OFS=","}{ if ($13 == "9999") print...
Showing results 1 to 5 of 5

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