bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sh-script mode does not understand printf


From: Kevin Rodgers
Subject: Re: sh-script mode does not understand printf
Date: Mon, 10 Nov 2003 09:09:48 -0700
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Glenn Morris wrote:

Thanks - the CVS version of Emacs already knows about printf, for the
bash shell. Not all shells have printf as a builtin, for example
(t)csh does not. If you were thinking of a different shell with a
builtin printf, please say which.


Right:


# /bin/ksh88 -c "type printf"

printf is /usr/bin/printf
# /bin/ksh93 -c "type printf"
printf is a shell builtin

--
Kevin Rodgers





reply via email to

[Prev in Thread] Current Thread [Next in Thread]