Versions Compared

Key

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

...

Code Block
languagebash
# list 2 files, one that exists and one that does not
ls ~/.profile xxx 

Produces this output in your terminal:

Code Block
ls: cannot access 'xxx': No such file or directory
.profile

...