2

I want to change directory without using cd, I want to access the directory by its name $home/user/tools

$cd tools //works fine
$tools    //permission denied

I tried set autocd but still the same?

1 Answer 1

4

In tcsh, this behaviour is turned on with set implicitcd, and not set autocd.

0

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .