1.

Solve : Changing directories?

Answer»

This is PROBABLY pretty simple, but I forgot how to change directories using ONE command line. For example, I need to go from the current directory:

/root/app/com/JOHN

to this directory using one cd statement:

/root/austern/data/inner/TOM/ely/110out

I THOUGHT it was something like:

cd ./././root/austern/data/inner/TOM/ely/110out

But I cannot seem to REMEMBER how to do it.

THANKS for your help!
-JohnCode: [Select]cd /root/austern/data/inner/TOM/ely/110out



Discussion

No Comment Found