Hi,
Michelle Konzack <[EMAIL PROTECTED]> writes: [...] > Where must e put the script 'cflp' ??? It doesnt matter. It have to be in the path. Perhaps you put it in /usr/local/bin. Or you put it in ~/bin and add ~/bin to $PATH. > I know, that I must declare a file as 'executable' and in the first line > must be a script IP but currently I do not know how to do it. The first line (shebang-line) indicates the interpreter which runs the script. Eg. #!/bin/sh for a shellscript or #!/bin/perl for a perlscript. You can make the script world-executable with chmod a+x scriptname. > Does anyone know a URL/Link where can I get a HTML description/course > for scripting or anything else ??? A good resource may be http://www.koehntopp.de/kris/artikel/unix/shellprogrammierung Its in german but I think you can handle that. hth Michael ------------------------------------------------ Um sich aus der Liste auszutragen schicken Sie bitte eine E-Mail an [EMAIL PROTECTED] die im Body "unsubscribe debian-user-de <deine emailadresse>" enthaelt. Bei Problemen bitte eine Mail an: [EMAIL PROTECTED] ------------------------------------------------ Anzahl der eingetragenen Mitglieder: 740

