Skip to content

Instantly share code, notes, and snippets.

View lucasstarsz's full-sized avatar

Andrew Dey lucasstarsz

  • Rochester Institute of Technology
View GitHub Profile
@lucasstarsz
lucasstarsz / terminalscanbeweird.md
Last active February 17, 2021 03:14
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.