Search Results

Search: Posts Made By: demo10
7,696
Posted By nezabudka
maybe so? #!/bin/bash step=2999 declare...
maybe so?
#!/bin/bash

step=2999
declare -i start=12109 end=start+step count=1
stop=$(awk '{if($3>max) max=$3} END {print max}' file)

while [ $end -le $stop ]; do
awk -vA=$start...
Showing results 1 to 1 of 1

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