💾 Archived View for rawtext.club › ~s0kx › pure-sh-bible › internal-and-enviroment-variables.gmi captured on 2022-03-01 at 15:18:26. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-12-03)
-=-=-=-=-=-=-
"$EDITOR" "$file" # NOTE: This variable may be empty, set a fallback value. "${EDITOR:-vi}" "$file"
This is an alternative to the pwd built-in.
"$PWD"
"$"
"$-"