import java.lang.*; import java.io.*; public class cat { public static void main(String[] argv) throws IOException { int i, argc=argv.length; boolean uflag=false, fflag=false; String fn = null; DataInputStream fin = null; for(i=0; i