💾 Archived View for rawtext.club › ~s0kx › pure-sh-bible › internal-and-enviroment-variables.gmi captured on 2021-12-04 at 18:04:22. 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"
"$"
"$-"