Re: how to enter a folder named "a a"
- From: Georg Höllrigl <georg.hoellrigl@xxxxxx>
- Date: Sun, 02 Apr 2006 12:55:41 +0200
Try this:
/tmp # mkdir '"a a"'
/tmp # ls ?a?a? -d
"a a"
/tmp # cd "a a"
-bash: cd: a a: No such file or directory
/tmp # cd '"a a"'
/tmp/"a a" # pwd
/tmp/"a a"
/tmp/"a a" # cd ..
/tmp # rmdir ?a?a?
Am 28.03.2006, 15:37 Uhr, schrieb ti1242350 <l.yi@xxxxxxxxxxxxxxxxxx>:
I create a folder named "a a" in GUI
how to enter this folder in console using cd command?
I tried in many ways all failed
1.cd "a a"
2.aaa="a a"
cd $aaa
3.cd \\\"a a\\\"
.
- Prev by Date: Re: How linux torvalds pronounces linux (and torvalds) (80 kb attach)
- Next by Date: Re: How linux torvalds pronounces linux (and torvalds) (80 kb attach)
- Previous by thread: Looking for Banner and Ad design (web) opensource software for Linux
- Next by thread: building a custom knoppix distro?
- Index(es):
Relevant Pages
|
|