Skip to main content
Search
Search This Blog
Devin Venable
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
November 30, 2009
Multi-file search and replace one-liner
find . -name "*.ksh" -exec sed -i 's/oldtext/newtext/g' {} \;
Comments
Popular Posts
April 21, 2010
Switch Primary Monitor in Ubuntu 10.4
September 09, 2010
cx_Oracle and out cursor
Comments