Pages

vendredi 13 janvier 2012

csh problems

1) if: badly formed number:
it could be that there misses some space between the variables and the ().
if ( $a == 0 ) then
this is good

2) awk; undefined .
it could be that there misses ' (single quote) for completing the awk command.
`awk '{}'`
This is good.

Aucun commentaire:

Enregistrer un commentaire