From: utzoo!decvax!yale-com!cutler Newsgroups: net.unix-wizards Title: (...) blocks in csh Article-I.D.: yale-com.445 Posted: Fri Dec 3 19:57:35 1982 Received: Sat Dec 4 05:17:35 1982 In the old sh shell scripts you could do something like this: { date who } > foo in csh it looks like: (date; who) > foo Does anyone know how to get (...) to work with multi-line blocks? I need to use an if clause inside a block, but blocks only work with single lines and ifs only work with multi-line stuff!?! Anyone know how to deal with this? Thanks in advance, Ben Cutler decvax!yale-comix!cutler