Search Results

Search: Posts Made By: waddle
2,280
Posted By Klashxx
Ok , you have to adjust the regex to match the...
Ok , you have to adjust the regex to match the file pattern.
# ls [0-9]*[A-Z]*
1ABC 2DEF 3GHI
#!/usr/bin/ksh

echo "Please choose cutoff value: \c"
read cut

FileB="${1}"...
1,891
Posted By vgersh99
change this: print $j/average to that: ...
change this:

print $j/average

to that:

printf("%.4f%c", $j/average, (j==NF)?ORS:FS)
Showing results 1 to 2 of 2

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