Monday, June 23, 2008

replacement in Vi

:%s/replaceme/withthis/

:)

Thursday, June 19, 2008

command find word on Freebsd

find / -type f -exec grep -H 'words' {}\;