Monday, November 17, 2008

Get only the second column of output

Little bash script which took me quite some time to figure out:

svn status | grep ? | awk '{print $2}'

Will get rid of the status field and that can be used to add to svn.

No comments:

Is Blogging No Longer a Thing?

As I embark on my new journey to learn the Rust programming language, I find myself pondering—where have all the blogs gone? In search of pr...