<gnuradio@pure-entropy.org> wrote:
>> $ sed -i -e 's/\s\+$//g' $(find . -type f | grep -v '.git')
>
>
> Ehrm ... yeah ... I was kinda quick with this one ... of course patching png
> images and other binary files is not a good idea ...
>
> Should be something like:
>
> $ sed -i -e 's/\s\+$//g' $(find . -type f | grep -v '.git' | grep -v
> 'png' | grep -v 'eps')
>
> instead.
>
> Sorry for the double post.
>
> Cheers,
>
> Moritz
Moritz,
Thanks, I'm going to apply this and stash a script of it in dtools/bin
for future use.
Tom
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
No comments:
Post a Comment