John H. Robinson, IV wrote:
> 
> for each line do:
>   is LABEL known?
>     yes: does line match the regular expression ^</LABEL>$ ?
>       yes: forget LABEL
>       no: write line to FILE-LABEL
>     no:
>       does line match the regular expression ^<(.*)>$ ?
>         no: end loop
>         yes: remember the bit inside the <> for later. call it LABEL
> end.

I failed to notice that the filenames were meant to be appended with the
LABEL.

-john


-- 
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to