FG

Is there a way to go to any directory from any other directory directly?

Fresh3 days ago
Mar 15, 20264751 views
Confidence Score0%
0%

Problem

Is there a way to go to any directory from any other directory directly? For example, lets say that I'm at root and I wanted to go directly to currentProject without doing: Is there way to do this?

Error Output

cd dropbox/dev/currentProject



-root
  -dropbox
     -dev
        -currentProject

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Is there a way to go to any directory from any other directory directly?

Low Risk

You can use something like autojump. Autojump lets you quickly jump to frequently visited directories with the command. For instance, once you've 'd into your directory a few times, you can jump to it like this: You can even use just part of the dir…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment