BASH Script to read a file, but ignore #comments - comp.unix.shell
Bit Twister wrote: >On 13 Nov 2004 13:29:56 -0800, Luke Robertson wrote: >> hi, >> >> I am trying to get a script to read a list of banned sites >> and ingore comments. > >Well if comment is first char on line > > while read ......