{{{ #!/bin/csh -f set num = 0 while ($num <60) echo data"$num" mkdir data"$num" @ num++ end }}}