
29 Oct
2010
29 Oct
'10
11:37 a.m.
Wat is de shell op de cluster en hoe maak ik dat beest wijs dat ik bash wil? Scriptje: #!/bin/bash PREFIX="test" echo $PREFIX works fine op midas Maar op cluster krijg ik PREFIX=test: Command not found. PREFIX: Undefined variable. Wat erop wijst dat het daar tcsh is, wat ik vandaag eens niet wil. Any help? thanks, Thomas