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