zsh-users
 help / color / mirror / code / Atom feed
* escape $0 ?
@ 2002-12-23  3:56 Marc Chantreux
  2002-12-23  4:47 ` Zefram
  2002-12-23  5:52 ` Will Yardley
  0 siblings, 2 replies; 3+ messages in thread
From: Marc Chantreux @ 2002-12-23  3:56 UTC (permalink / raw)
  To: zsh-users

Hi all,

i'm trying to use the windows port of zsh but has some pb :

1) is there a way to launch zsh in a ansi compliant terminal ? it would
be great to have a colored ls.
2) please have a look to this ouput : the string '\b' is understood as a
backslash. I don't know how to tell zsh to escape it.

C:/bin>echo $ZSH_VERSION
3.0.5-nt-beta-0.75
C:/bin>cat wpkg
#!/bin/sh

#setopt winntignorecase w
echo $#
echo $*
echo $0
echo $1
C:/bin>wpkg toto
1
toto
cin\wpkg <<<<<<<<< HERE is the pb ... real string is c:\bin\wpkg
toto
C:/bin>

Last thing : is there a chance to see a new release of zsh under windows
? Currently, it's the only one good native shell under windows.

Marc


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-12-23  5:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-23  3:56 escape $0 ? Marc Chantreux
2002-12-23  4:47 ` Zefram
2002-12-23  5:52 ` Will Yardley

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).