28 Feb
2007
28 Feb
'07
10:51
Hallo, On Tuesday 27 February 2007 21:03:14 David Haller wrote:
Ist aber arg nervig zum eintippen... Je nach Datenlage ist ein
find ... -type f -print0 | tr '\n\0' '\0\n' \
| egrep -i '\.(exe|com|scr|dll|bat|cmd|pif)$' \ | tr '\n\0' '\0\n' | xargs -0 ls -b1
Und was haelst du von: find ... -regextype posix-egrep \ -iregex '.*\.(exe|com|scr|dll|bat|cmd|pif)' \ -type f \ -exec ls -b1 {} \+ oder auch mit Emacs regexp: find ... -iregex '.*\.\(exe\|com\|scr\|dll\|bat\|cmd\|pif\)' \ -type f \ -exec ls -b1 {} \+ Roman -- Roman Fietze Telemotive AG Büro Mühlhausen