Csh Programming Considered Harmful

[email protected] Thu, 6 Jan 2022 20:37:33 -0000 (UTC)
Newsgroups alt.comp.lang.shell.unix.csh-tcsh
Organization Aioe.org NNTP Server
Message-ID <[email protected]>
#!/bin/csh -ef
#
set warning = ( WARNING: Csh Programming Considered Harmful )
echo
while ( ${#warning} > 0 )
  echo -n " ${warning[1]}"
  shift warning
end
echo
echo
echo " It's like really, really BAD -- mmmkay ?"
echo