Check Linux Environment Variable Value

less than 1 minute read

Check if a Linux environment variable is set etc.

e.g. to find the default EDITOR

$ printenv | grep EDITOR

Updated:

Comments