Quantcast
Channel: UNIX and Linux Forums
Viewing all articles
Browse latest Browse all 16232

Understanding PATH variable setting?

$
0
0
I do know how we set the PATH variable-

Code:


export PATH=$JAVA_HOME/bin:$PATH

I'm trying to understand why we have written
Code:

:$PATH
in the end above statement. What is it's meaning?

Viewing all articles
Browse latest Browse all 16232

Trending Articles