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

[ale] tar weirdness



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