Say if I need to do this a lot:
cd ../../../../foo/sub1/bar/dest/
cd ../../../../foo2/sub1/bar/dest/
cd ../../../../foo3/sub1/bar/dest/
cd ../../../../foo/sub1/bar/dest/
Is there any faster way to not always typing ../../../../
so many times? Any creative ideas?