We have so many useful folders, which are in different path, for our working in Linux. For example :
How to create some short paths which can be used like
|
You can create an alias for the short path. Ex. alias edxPhy2013='cd ~/Documents/Courses/EDX/physics2013/' alias cglProj='cd ~/Documents/Courses/Company/OpenGL/Proj/' alias flAndrProj='cd ~/Documents/Courses/Freelance/Android/Proj/' this will create a short path to switch your directory. |
one more option use softlink concepts |