zsh-workers
 help / color / mirror / code / Atom feed
* Hi.  Installed on FreeBSD 2.1
@ 1996-01-07  5:24 Michael Talbot-Wilson
  1996-01-07  5:31 ` d. hall
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michael Talbot-Wilson @ 1996-01-07  5:24 UTC (permalink / raw)
  To: Zsh Workers

... and very easily, too.  Ain't autoconf wonderful?

It is zsh-2.6-beta13.

I have a little problem with ls, though I guess it's more general.  Best 
explained by examples:

	$ ls -l -F			# okay
	$ A='-l'
	$ ls $A -F			# okay
	$ B='-l -F'
	$ ls $B				# error
					# BSD ls: "illegal option --"
					# GNU ls: "invalid option --"
	$ ls --8bit --color=tty -lF	# okay (GNU color ls)
	$ C='--8bit --color=tty'
	$ ls $C -lF		# unrecognized option `--8bit --color=tty'
				# (GNU color ls)

The problem does not appear with bash or tcsh.  It does appear with two 
varieties of ls with zsh.

The color ls works by assigning the variable LS_OPTIONS and using it in 
aliases.  It is set to "--8bit --color=<option>" by the program 
dircolors run in a shell startup file. 

-- Regards, Mike.


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

end of thread, other threads:[~1996-01-07  6:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-01-07  5:24 Hi. Installed on FreeBSD 2.1 Michael Talbot-Wilson
1996-01-07  5:31 ` d. hall
1996-01-07  5:32 ` Zefram
1996-01-07  6:00 ` Michael Talbot-Wilson

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).