Search Results

Search: Posts Made By: Birda
1,531
Posted By Birda
Execute all files at once
Hi everyone, i'm newbie to unix!
If I have many files named by temp1.txt, temp2.text, temp3.txt,..... I want to introduce some key words at the top of each of files. The script (named bimbo) I...
2,000
Posted By Birda
Re:
Hi, I tried
awk 'NR == 1 || $4 < min {line = $0; min = $4}END{print line}' xample1.awk

or sort -nk 4 xample1.awk | head -n 1
but I have problem how to consider for the 2nd column for values...
2,000
Posted By Birda
Print smallest negative number with corresponding index from a column
considering the following table:
ID col1 col2 col3 col4
1 -16.06801249 13.49785832 -56.57087607 -27.00500526
2 -1.53315720 ...
Showing results 1 to 3 of 3

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