SUPPORTED_FLAGS
while ((ch = getopt(argc, argv, SUPPORTED_FLAGS)) != -1)
fprintf(stderr, "usage: cat [-" SUPPORTED_FLAGS "] [file ...]\n");