home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / shell / 4668 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  920 b 

  1. Path: sparky!uunet!europa.asd.contel.com!emory!sol.ctr.columbia.edu!usc!nic.csu.net!csufres.CSUFresno.EDU!oleg
  2. Newsgroups: comp.unix.shell
  3. Subject: Re: How to quote '~' in Zsh?
  4. Message-ID: <1992Nov12.205506.3167@nic.csu.net>
  5. From: oleg@csufres.CSUFresno.EDU (Oleg Kibirev)
  6. Date: 12 Nov 92 20:55:05 PST
  7. References: <vick.721254717@Minsk> <1dmha7INNni4@usenet.INS.CWRU.Edu>
  8. Organization: California State University, Fresno
  9. Nntp-Posting-Host: csufres.csufresno.edu
  10. Lines: 23
  11.  
  12. In article <1dmha7INNni4@usenet.INS.CWRU.Edu> chet@odin.ins.cwru.edu (Chet Ramey) writes:
  13. >>'~' and "~" also expands to my homedir.
  14. >
  15. >This is, in my opinion, a bug.  At least one of them should serve
  16. >to inhibit tilde expansion.  Posix.2 says both should work.  (Yes,
  17. >I realize that zsh does not implement Posix.2.)
  18. >
  19. gd:~> echo ~
  20. /home/oleg
  21. gd:~> echo "~"
  22. ~
  23. gd:~> echo '~'
  24. ~
  25. gd:~> echo \~
  26. ~
  27.  
  28. Maybe you don't have the latest version?
  29. Oleg
  30.  
  31.  
  32.  
  33.  
  34.  
  35.