# Some easy to use `come in handy' one-liners tool-tips reminders # for writing C programs. # http://www.rdrs.net/document/ # last update, Sat May 07, 2005 # # print the main() sed -n -e '/main[[:space:]]*(/,/^}/p' program.c