hi !i want to create a script for use in msys - but i am not a linux-user. i try to create this by a template:
#!/bin/sh # Einfaches Beispiel for i in C:/Users/tappenbeck/Desktop/Project/*; do if [ -d "$i" ]; then echo $i is directory; fi; done but there will no files list - can anyone help me ? reagards Jan :-) _______________________________________________ Qgis-user mailing list Qgis-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-user