Search Results

Search: Posts Made By: ggmas
11,000
Posted By ggmas
try this: awk...
try this:

awk 'BEGIN{first_line=0;divide_by=1;}{if(first_line==0){first_line=1; divide_by=$1;}print $1/divide_by;}END{}' your_file
it doesn't care about the number of column the file has, it...
Showing results 1 to 1 of 1

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