How to use variables in the Bash?
🐧️ Linux Bash:
❓️ How to use variables in the Bash? ❓️
I use here the following Bash internal variables into a script.
➡️ $LOGNAME = the name from /etc/passwd
➡️ $XDG_SESSION_TYPE = What kind of session I use: X11 or Wayland
From Facebook: OpenSource Traveler