Acum o alta intrebare : Cum introduc caracterul escape \ automat in ceva de genul:
for i in `find /home -type f` do md5 $i done La /home/Popescu Ionel/bafta.txt da eroare intrucat exista spatiul. am incercat ceva de genul : find /home -type f | tr ' ' '\ ' insa nu merge. Toate cele bune ! --- Vlad GALU <[EMAIL PROTECTED]> wrote: > On 6/9/05, Dan Angelescu <[EMAIL PROTECTED]> > wrote: > > Va salut ! > > > > Va rog spuneti-mi cum pot face md5 pt un fisier > gen > > /home/Popescu Ionel/bafta.txt . > > md5 /home/Popescu\ Ionel/bafta.txt > > > > > Datorita spatiului intre Popescu si Ionel md5 da > > eroare. > > > > Eu pt fisierele cu spatii le pun intre ghilimele > insa > > md5 le ia ca atare. > > > > Toate cele bune ! > > > > > > > > __________________________________ > > Discover Yahoo! > > Have fun online with music videos, cool games, IM > and more. Check it out! > > http://discover.yahoo.com/online.html > > > __________________________________________________________ > > Send 'unsubscribe rofug' to [EMAIL PROTECTED] to > unsubscribe > > > > > > > -- > If it's there, and you can see it, it's real. > If it's not there, and you can see it, it's virtual. > If it's there, and you can't see it, it's > transparent. > If it's not there, and you can't see it, you erased > it. > > __________________________________________________________ > Send 'unsubscribe rofug' to [EMAIL PROTECTED] to > unsubscribe > > __________________________________ Discover Yahoo! Have fun online with music videos, cool games, IM and more. Check it out! http://discover.yahoo.com/online.html __________________________________________________________ Send 'unsubscribe rofug' to [EMAIL PROTECTED] to unsubscribe

