Quick reference

  • . = "dot" (file extensions, URLs, method calls)
  • / = "slash" (paths, URLs)  |  \ = "backslash" (Windows paths, escape sequences)
  • | = "pipe" (shell pipelines)  |  & = "ampersand" or "and" (URLs, shell background)
  • ~ = "tilde" (home dir in paths)  |  # = "hash" (git, URLs, colors)
  • @ = "at" (email, decorators)  |  ^ = "caret" (semver, regex)  |  * = "asterisk" or "star" (glob, pointer, footnote)

Question 0 of 5

How do you read the file path ~/projects/app aloud?