--On Saturday, April 15, 2006 12:27 PM -0600 Leo Davis <[EMAIL PROTECTED]>
wrote:
$ find ~/Testing/data/k | grep -i kdaaaaaa
/home/ldavis/Testing/data/k/kdaaaaaa
/home/ldavis/Testing/data/k/KDAAAAAA.B
You can shorten that to:
find ~/Testing/data/k -iname kdaaaaaa\*
I deal with Samba shares a lot and -iname is invaluable for
case-insensitive filename searches.
_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org