Skip to content

Instantly share code, notes, and snippets.

@lucasstarsz
Last active February 17, 2021 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucasstarsz/9bbc306f8655b916367d557043e498ad to your computer and use it in GitHub Desktop.
Save lucasstarsz/9bbc306f8655b916367d557043e498ad to your computer and use it in GitHub Desktop.
Terminals Access Files Differently

Terminals Access Files Differently

Some terminals access files differently than others.

  • Powershell generally uses .\
  • Windows CMD generally uses, well, nothing! You can access the file without a prefix (but sometimes you need it, so be on the lookout).
  • Bash generally uses ./

And many others probably have different ways of accessing these files as well.

For more information on what terminal uses what, you'll probably want to search the internet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment