By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!The CD is optional too; you can useJust FYI; Extended Parent Directory Names (see that topic in the help, and the help for CD) eliminates the need for the backslashes and double dots for each directory. cd ... is up 2, cd .... is up 3, etc.
..
...
The CD is optional too; you can use
to change to the parent directory,Code:..
for the grandparent, and so on.Code:...
And since version 21, you don't even need a command; Ctrl-Shift-Up will pop you up one level.
Well that's cool. Thanks Charles!The CD is optional too; you can use
to change to the parent directory,Code:..
for the grandparent, and so on.Code:...
And since version 21, you don't even need a command; Ctrl-Shift-Up will pop you up one level.