[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] tar weirdness
- Subject: [ale] tar weirdness
- From: jb at sourceillustrated.com (John Wells)
- Date: Fri, 24 Jan 2003 10:59:54 -0500 (EST)
Guess it'd be more complete if I added the ^:
tar -cvf mytar.tar $(find . -print | grep -ivE '^\.$|patternidontwant')
John Wells said:
> One way to do it easily under bash or ksh is:
>
> tar -cvf mytar.tar $(find . -print | grep -ivE '\.$|patternidontwant')
>
> Course, remove the i if you want case sensitivity.
>
> John
>
_______________________________________________
Ale mailing list
Ale at ale.org
http://www.ale.org/mailman/listinfo/ale