0
votes
0answers
78 views

Tool to do computer math [closed]

For example, just now I compared file permissions in C. Turns out, the permissions were 33216! After some total confusion, with this echo $(printf %o 33216) % 100000 | bc I got it back to the ...