Fame Craze News
general /

【How-to】What is the difference between the commands cat more and less

The difference between cat file and cat <file (or, if you will, <file cat ) is that in the first case, the cat utility itself is opening the file, which is given as an operand on the command line, for reading, while in the second case, the shell will open the file and connect cat ‘s input stream to it².