Path: utzoo!utgpu!watserv1!watmath!att!att!dptg!ulysses!andante!mit-eddie!wuarchive!zaphod.mps.ohio-state.edu!uwm.edu!linac!linac.fnal.gov From: palkovic@linac.fnal.gov (John A. Palkovic) Newsgroups: comp.unix.questions Subject: Setting the field seperator in awk(1) Keywords: awk regular expressions Message-ID: <2453@linac.fnal.gov> Date: 19 Oct 90 14:59:44 GMT Sender: palkovic@linac.fnal.gov Distribution: na Organization: Fermilab, Batavia, IL Lines: 14 I would like to set the field separator in awk(1) so that in addition to the default separator I could include a comma with white space, i.e. a, b a,b a , b as well as the default case, which is just white space. I'm afraid that I don't understand regular expressions well enough to do this since all my attempts so far have failed. What is the regexp for the default field separator in awk(1)?