On my office computer it seems like I've have two PATH
variables.
$path : This is delimited by " " (Space)
$PATH : This is delimited by ":" (Colon)
Though when I update one, the other one gets updated as well. Is this the normal behavior in Linux or is there something weird going on in my machine?
Should I keep them both, or delete one of them?
Edit: I'm using csh
, I found this because some of my colleagues were updating the "path" variable, while others did it with PATH
. Though I deleted all occurrences of updating PATH
in my .cshrc
, it still appears when I try to echo them.