Tuesday, June 16, 2020

How to go directly to the folder from Mac terminal

"Under Linux there are GUIs (graphical user interfaces), where you can point and click and drag, and hopefully get work done without first reading lots of documentation.
Go to the Apple sign and system preferences.


Go to the Keyboard.






To go directly to inside the folder from terminal . Go to folder and tap to the double  finger .




Select it. 


Terminal will reach inside a folder. 



Some Information of Linux

  • To navigate into the root directory, use "cd /"
  • To navigate to your home directory, use "cd" or "cd ~"
  • To navigate up one directory level, use "cd .."
  • To navigate to the previous directory (or back), use "cd -

No comments:

Post a Comment