Hallo Al,

On Sat, Jan 07, 2006 at 02:50:09PM +0100, Al Bogner wrote:
> find -maxdepth 1 -type d ! -regex ".*[_cd|_ef]$" -printf "%f\n"
> .
> a_1
> a_2
> a
> a_kb
> 
> 
> Es bleibt also der Punkt. Kann man den ohne weitere Pipe entfernen?

$ find -maxdepth 1 -type d ! -regex ".*_\(cd\|ef\)$" ! -name "." -printf "%f\n"

> Al

Gruß,

f
-- 
Gravity is a myth, the Earth sucks.


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

Antwort per Email an