meta data for this page
Differences
This shows you the differences between two versions of the page.
software:scriptingsnippets [2017/05/24 12:46] christian created |
software:scriptingsnippets [2017/05/24 12:46] (current) christian [Bash] |
||
---|---|---|---|
Line 8: | Line 8: | ||
theNumber=0023 | theNumber=0023 | ||
echo $((10#${theNumber})) | echo $((10#${theNumber})) | ||
+ | 23 | ||
</code> | </code> | ||
{{tag>bash scripting code python snippets quick_and_dirty}} | {{tag>bash scripting code python snippets quick_and_dirty}} |