openSUSE 12.3
KDE 4.10.5
I know there must be a way but I can’t find it.
How do I get a listing of the environment variables ?
And how do I list a specific one ?
thanks
openSUSE 12.3
KDE 4.10.5
I know there must be a way but I can’t find it.
How do I get a listing of the environment variables ?
And how do I list a specific one ?
thanks
Open up a terminal session and type one of these two commands:
env
OR
env | less
This works the same way on all existing openSUSE versions.
Thank You,
And on all Linuxes and Unixes.