What does the number 1 denote in the command tail -c1 /tmp/hello?

0156

In the command tail -c1 /tmp/hello, the number 1 denotes the number of bytes to display from the end of the file /tmp/hello. Specifically, it tells the tail command to show the last 1 byte of the file.

0 Comments

no data
Be the first to share your comment!