Search Results

Search: Posts Made By: ripchint
1,180
Posted By ripchint
cat maser_neg_test.txt | awk '{print NR, $0}' |...
cat maser_neg_test.txt | awk '{print NR, $0}' | awk '{print $1, $2, ((15 * $3) + ((1/4) * $4) + ((1/240) * $5)), (($6)+ ($7/60) + ($8/3600) ,$9}' | awk '{printf "%s %-15s %-10s %-10s %-6s\n", $1, $2,...
1,180
Posted By ripchint
awk spitting columns
if i have +2, i want this to be + 2 as separate columns. Doing this for a large column so I cannot do it manually.
Showing results 1 to 2 of 2

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