bash¶
iterate through array¶
address an array by index directly:
output will be b
escape strings¶
will output this: text\ with\ spaces\ \&\ special\ characters
, now you can go ahead and use it in a script or something like that.
found this somewhere in here
disable history temporarily¶
because you don't want credentials in your history, you know.
turn history off:
turn it back on again: