Python

Use the result of a command to the next

>>> 2*4
8
>>> _*2 # -> 8x2
16
>>> 

Last modified: Fri Jun 13 18:25:55 2025