Results 1 to 2 of 2
Hi, I am looking for the command that it goes back to the upper folder from the current folder.
I tried
Code:
cd..
but failed. Thanks for help....
- 02-15-2011 #1Just Joined!
- Join Date
- Feb 2011
- Posts
- 22
[SOLVED] A simple shell script
Hi, I am looking for the command that it goes back to the upper folder from the current folder.
I triedbut failed. Thanks for help.Code:cd..
- 02-15-2011 #2
You need a space between cd (the command) and .. (the directory specification). cd.. is not a valid command
"I'm just a little old lady; don't try to dazzle me with jargon!"


