shell-script-pt
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [shell-script] Remover diretorios


From: Felipe Kellermann
Subject: Re: [shell-script] Remover diretorios
Date: Wed, 30 Jul 2003 09:13:21 -0300 (BRT)

On Wed, 30 Jul 2003 4:46am  -0700, Leandro CP wrote:

> as iniciais deste. Gostaria tb que a busca por tal
> diretório fosse
> feita em todos os subdertorios apartir da diretório
> onde eu me encontro.

$ find . -type d -name 'fuub*' -exec rm -irv {} \;
rm: remove directory `./fuu/fuubar'?
removed directory: `./fuu/fuubar'

        Pode usar name, iname, regex, iregex...

-- 
Felipe Kellermann


reply via email to

[Prev in Thread] Current Thread [Next in Thread]