 | | This program opens the file named on its command line, reads the file, and prints it out in uppercase. Unfortunately, since this program insists on reading from a file, it cannot be used as part of a pipeline to convert the output from another command to uppercase. | |
|