Search Results

Search: Posts Made By: necro98
14,670
Posted By Ygor
Try...awk 'function p(i){printf "%d.%d.%d.%d...
Try...awk 'function p(i){printf "%d.%d.%d.%d ",$i,$(i+1),$(i+2),$(i+3)}{p(5);p(13);p(17);print "c:" $29+$30+$31+$32+$33}' hexdata.log
14,670
Posted By jayan_jay
Try with this .. $ for i in $(cat infile) ;...
Try with this ..

$ for i in $(cat infile) ; do echo "ibase=16; $i" | bc ; done | xargs
Showing results 1 to 2 of 2

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