On 2004-11-02, John Leslie wrote:> I am looking for the most efficient way in a script to add the...
By stachu_dozzie_k
Norm Dresner wrote:> The Supreme Court has long held that the First Amendment also applies to>...
By stephen_riehm
"Norm Dresner" <ndrez@att.net> writes:> "Janis Papanagnou" <Janis_Papanagnou@hotmail.com...
By joe_invalid_address
Hi all,My script as below: C_DATE=`date +"%a %b %e "`C_HOUR=`date +"%H"`C_TIME=`date +"%p"`ORACLE_HO...
By jess83
I want to enable some of the Debug output in serial.c of the linux kernel.Such as SERIAL_DEBUG_INTRH...
By gommo, 2 Comments
Does anybody have any code that will add the number of days to a datein YYYYMMDD formatFor example 2...
By stu, 4 Comments
Hey all-I'm not sure if this is even do-able, but I'm trying to find a way totimestamp com...
By giggety, 3 Comments
Hie I am new to writing batch scripts. I am using sybase. I am usingthe script to ftp create a folde...
By ph3ng, 7 Comments
Hello,I have a file with two columns and about 1200 rows. The first columndisplays a number (unique ...
By mostro713_gmail, 5 Comments
J Krugman <jkrugman345...yahbitoo.com> wrote:
> Is there a way to perform a syntax check on a zsh script without
> actually running the script? Something analogous to "perl -c
> foo.pl"?
You could try using zcompile and throw the result away. Alternatively,
use a function definition around it to prevent it running:
eval "f() { $(<script) }"
Oliver
oliver_kiddle | Wed, 30 Apr 2008 14:13:00 GMT |