[fpc-devel]Linux troubles

Holger Schurig holgerschurig at gmx.de
Wed Aug 21 21:09:47 CEST 2002


> > Hmm, His trying find defs.inc, not DEFS.INC. I should rename all files
> > to lowercase? ~1000 files ... :(
>
> You can write a small pascal program to do it ;)

for i in [A-Z]*; do mv $i `echo $i | tr A-Z a-z`; done





More information about the fpc-devel mailing list