This made my day, while loop in one line -one liner- under csh
printf “while ( 1 ) \n df -m \n echo ‘remaining space’ \n sleep 60 \n end” | csh -f
Of course, you could install bash but that can make our system vulnerable and also we’d loose the fun of using csh & tcsh