Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleAnswer...


Code Block
languagebash
cat jabberwocky.txt | less -N
# or
cat -n jabberwocky.txt | less


What happens when you just enter the cat command with no arguments? Can you explain why?

...