Code Snippets/awk

From Yossi Farjoun's Homepage
(Difference between revisions)
Jump to: navigation, search
Yossi (Talk | contribs)
(Created page with ' <big> Useful snippets of code using awk</big> svn st | awk '/^\?/ {print $2}' Finds those files that are unknown to svn and prints out their names. You can then pipe this ou…')

Latest revision as of 10:33, 14 December 2009

Useful snippets of code using awk

svn st |  awk '/^\?/ {print $2}'

Finds those files that are unknown to svn and prints out their names. You can then pipe this output to add them to svn...

Personal tools