Update of /cvsroot/fink/experimental/michga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15824
Modified Files:
findininfo
Log Message:
Easier to read version
Index: findininfo
===================================================================
RCS file: /cvsroot/fink/experimental/michga/findininfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- findininfo 12 Jul 2004 09:40:26 -0000 1.1
+++ findininfo 21 Jul 2004 08:52:57 -0000 1.2
@@ -69,8 +69,12 @@
# i.e. if the string $STRINGTOSEARCH exists in the file $FIL
if [[ -n `grep $STRINGTOSEARCH $FIL` ]]; then
# print the file's name
+echo "--------------------"
echo $FIL
+echo "--------------------"
# print the whole line where the string $STRINGTOSEARCH is located in the file $FIL
grep $STRINGTOSEARCH $FIL
+echo "--------------------"
+echo " "
fi
done
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits