Difference between revisions of "Bash Scripts"

From HCL
Jump to: navigation, search
(Created page with "Open in vi all .c files containing a string vim -p `grep STRING *.[c]| cut -f1 -d ":"| uniq`")
(No difference)

Revision as of 10:54, 28 May 2012

Open in vi all .c files containing a string

vim -p `grep STRING *.[c]| cut -f1 -d ":"| uniq`