Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: pastebin - A collaborative debugging tool https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=222257 ------- Additional Comments From mastahnke@xxxxxxxxx 2007-01-11 15:05 EST ------- Would this be an acceptable way to sed only text files? for file in `find . -type f` do if (file $file | awk -F: '{print $2}' | grep -i text &> /dev/null) ; then sed -i 's/\r//g' $file fi done -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review