home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!europa.asd.contel.com!emory!sol.ctr.columbia.edu!usc!nic.csu.net!csufres.CSUFresno.EDU!oleg
- Newsgroups: comp.unix.shell
- Subject: Re: How to quote '~' in Zsh?
- Message-ID: <1992Nov12.205506.3167@nic.csu.net>
- From: oleg@csufres.CSUFresno.EDU (Oleg Kibirev)
- Date: 12 Nov 92 20:55:05 PST
- References: <vick.721254717@Minsk> <1dmha7INNni4@usenet.INS.CWRU.Edu>
- Organization: California State University, Fresno
- Nntp-Posting-Host: csufres.csufresno.edu
- Lines: 23
-
- In article <1dmha7INNni4@usenet.INS.CWRU.Edu> chet@odin.ins.cwru.edu (Chet Ramey) writes:
- >>'~' and "~" also expands to my homedir.
- >
- >This is, in my opinion, a bug. At least one of them should serve
- >to inhibit tilde expansion. Posix.2 says both should work. (Yes,
- >I realize that zsh does not implement Posix.2.)
- >
- gd:~> echo ~
- /home/oleg
- gd:~> echo "~"
- ~
- gd:~> echo '~'
- ~
- gd:~> echo \~
- ~
-
- Maybe you don't have the latest version?
- Oleg
-
-
-
-
-
-