Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of ifnotak

ifnotak

ifnotak has asked 1 questions and find answers to 10 problems.

Stats

234
EtPoint
74
Vote count
1
questions
10
answers

About

for l in 171 208 17 10 0 90 30 225;do if [ $l != 0 ];then(echo "obase=16;$l"|bc);else echo " ";fi;done|tr -d \\n&&echo

Abdullah