1.) I am using Debian 8.4 on a virtual box and as I ran the command wc sample.txt
to sample.txt containing:
Hello
The output to the command was
1 1 6 sample.txt
Is the extra character EOF? If it is then how come when I ran the same command for an empty file the output was..
0 0 0 sample.txt