Difference between revisions of "Tuple"

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
* [[Terraform: list (deprecated)]]
 
* [[Terraform: list (deprecated)]]
  
* [[PostgreSQL VACUUM]] reclaims storage occupied by dead tuples.
+
* [[PostgreSQL VACUUM]] reclaims storage occupied by [[dead tuples]].
  
 
* [[Terraform tuple]]
 
* [[Terraform tuple]]
  
 
* Python: https://en.wikibooks.org/wiki/Python_Programming/Tuples [[immutable]]
 
* Python: https://en.wikibooks.org/wiki/Python_Programming/Tuples [[immutable]]
 +
 +
[[Bash]]
 +
[[for]] i in "c 3" "e 5"
 +
do
 +
    [[set]] -- $i # convert the "tuple" into the param args $1 $2...
 +
    echo $1 and $2
 +
done
 +
 +
* [[while read line]]
  
 
== See also ==
 
== See also ==

Latest revision as of 14:15, 28 September 2023

Advertising: