How to set an environment variable in csh?

How to set an environment variable in csh?

To set an environment variable in csh:

setenv VARIABLE value

Most commands used to display/manipulate the environment variables for bash are also available for csh: https://www.systutorials.com/qa/476/how-to-set-an-environment-variable-in-bash

Leave a Reply

Your email address will not be published. Required fields are marked *