Only Linux Stuff

Only Linux Stuff

No alt text provided for this image

If you want to see entire variables defined in your system, we can run the command echo $PATH, it will show/print all the variables as shown in the above command, this we all know :)

but if you see it looks messy and difficult to read, to make it good and easy to read, we need to translate the output using the command echo $PATH | tr ':' '\n' as shown below screenshot :)

No alt text provided for this image

要查看或添加评论,请登录

社区洞察

其他会员也浏览了