POV-Ray : Newsgroups : povray.unix : Image Packager/GIF Animation program? Server Time
29 Jul 2024 00:26:52 EDT (-0400)
  Image Packager/GIF Animation program? (Message 11 to 12 of 12)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: TigerHawk
Subject: Re: Image Packager/GIF Animation program?
Date: 30 Jun 1999 13:21:39
Message: <377BA35E.ACF67BE0@sitc.net>
Is shell scripting a mutation of C? Just curious - also, are there any
tutorials? I kinda understood what you were explaing, but it's  alittle
vauge (which is just my fault for not learning it already - I'm an
autoexec.bat kinda man still :)

Thanks for the help,
Tim Soderstrom
TigerHawk


Post a reply to this message

From: Ralf Muschall
Subject: Re: Image Packager/GIF Animation program?
Date: 15 Jul 1999 21:10:49
Message: <378E8628.4CC90839@t-online.de>
TigerHawk wrote:

> Is shell scripting a mutation of C? Just curious

No, simpler. Just play around with some Bourne-like shell
(i.e. not csh, which is harmful :-)) and find out, what happens
if you try different things. The only nontrivial thing I had
to learn was to know when 'a b c' was one value (three letters
and two spaces) and when later commands parsed it as three
values. Before trying dangerous commands, prepend them with
'echo' to see what might happen (and replace  '>','<','|'
with something harmless, i.e. '.GT.', '.LT.', '.PIPE.').

> tutorials? I kinda understood what you were explaing, but it's  alittle
Bash comes with docs, which can be printed using teX or read
online using emacs (or other tools, if you are into SM and
live without emacs).

A third way (OS-independent) would be to hack somthing
in your favorite language that produces a long boring
DOS .bat or shellscript, and execute that.

Ralf


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.