Revision history of "Sed commands"

From Peter Pap's Technowiki
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 06:12, 5 July 2011Ppapa (talk | contribs). . (160 bytes) (+160). . (Created page with " == Find and Replace == for file in `find . -type f | awk -F/ ' { print $2 }'` do sed -e 's/find/replace/g' < $file > /tmp/$file; mv /tmp/$file $file done")