Search Results

Search: Posts Made By: programmerc
6,187
Posted By programmerc
AWK print number of records, divide this number
I would like to print the number of records of 2 files, and divide the two numbers
awk '{print NR}' file1 > output1
awk '{print NR}' file2 > output2
paste output1 output2 > output
awl '{print...
1,170
Posted By programmerc
Gnuplot command
My data input looks like this:

-16.25 -38.75 9.69094
-16.25 -36.25 10.0594
-16.25 -33.75 10.3884
-16.25 -31.25 10.6653
-16.25 -28.75 10.7947
-16.25 -26.25 10.8838
-16.25 -23.75 10.8463...
Showing results 1 to 2 of 2

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