From: windham l. <mst...@ho...> - 2002-03-08 19:09:00
|
>It works on debian but not on trinux. Does anyone know why? > > > > --------------- > > #!/usr/bin/bash > > find1="-iname" > > find2="*.doc" > > > > find $find1 $find2 > > --------------- probably because the path to your bash on debian is /usr/bin/bash and the path for trinux bash is /bin/bash or /sbin/bash ... mstrhelix _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx |