On 5/25/05, lonely wolf <[EMAIL PROTECTED]> wrote:
<snip>
> ax method:
> find . -type f -name \*dat -exec rm -f {} \;
>=20
>=20
asta merge doar daca nu are spatii and stuff in numele de fisier,
in care caz trebuie sa foloseasca protectia numelui:
find . -type f -name \*dat -exec rm -f "{}" \;
sau daca are dubii (dry run):
find . -type f -name \*dat -exec echo rm -f "\"{}\"" \; > fisier.sh 2> eror=
i.txt
peace,
_bogdan_
---
Detalii despre listele noastre de mail: http://www.lug.ro/
