Linux Basics

107 / 107

Setting Environment variables

You can set the environment variables simply by assignment: MYVAR=VAL

The following list of commands:

MYV=myfile

ls $MYV

are equivalent to the single command:

ls myfile

No hints are availble for this assesment

Answer is not availble for this assesment

Loading comments...