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
asked 30 Sep '13, 11:35 gapry |
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. answered 03 Dec '13, 01:24 abdul9711 |
You can also use symlinks. See ln man page answered 13 Feb '14, 19:25 Andy Alkaline |
one more option use softlink concepts answered 14 Aug '14, 03:19 kalalharshal |