[Bug 222257] Review Request: pastebin - A collaborative debugging tool

bugzilla at redhat.com bugzilla at redhat.com
Thu Jan 11 20:05:03 UTC 2007


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 at yahoo.com  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.




More information about the Fedora-package-review mailing list