Display file contents
To display full file contents while you are at command line or SSH over a windows box, use this: cat /path/to/file.name And here are some options you can combine with cat program. -A, –show-all equivalent to -vET -b, –number-nonblank number nonempty output lines -e equivalent to -vE -E, –show-ends display $ at end of each [...]











