#!/usr/bin/gawk -f # /* vim: set filetype=awk : */ -*- awk -*- {gsub("'" ,"",$0)} {print $0}