Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 314 Bytes

useful_bash_commands.md

File metadata and controls

7 lines (5 loc) · 314 Bytes

Useful bash commands to speed up repetitive research routines!

Navigating the file structure from the command line

  • you can open the folder you're currently at in VS Code by simply typing code .
  • you can open the folder you're currently in using the file explorer by typing open .

(more commands TBD)