Difference between revisions of "Bash arithmetic integer expansion"

From wikieduonline
Jump to navigation Jump to search
(Created page with " * {{Bash}}")
 
Tags: Mobile web edit, Mobile edit
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
* https://tldp.org/LDP/abs/html/arithexp.html
 +
<code><nowiki>$(( ))</nowiki></code> arithmetic expansion
  
  
 +
line 5: 0.1: syntax error: [[invalid arithmetic operator]] ([[error token]] is ".1")
  
 +
== Related ==
 +
* <code>[[let]]</code>
 +
* [[Expansion]]
 +
* [[expr]]
 +
* [[Integer]]
 +
let: not found
 +
* [[Bash brace expansion]]
  
 +
== See also ==
 +
* {{Integer}}
 
* {{Bash}}
 
* {{Bash}}
 +
 +
[[Category:Bash]]

Latest revision as of 06:53, 22 January 2024

Advertising: