Pages

vendredi 18 novembre 2011

set: Variable name must begin with a letter....csh

1) To use set to define a variable in csh, if there appears an error as below:
set: Variable name must begin with a letter.

Then we need be careful of the format of this line. There must be a space before and after the "=", ie.

set a = 'ppp'

1 commentaire: