Created
March 30, 2010 21:23
-
-
Save jcsackett/349610 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# find-mods | |
# j.c.sackett | |
# This is a (ridiculously) simple script to show you a smaller subset of | |
# svn st--specifically, it shows only the Added, Deleted, or Modified | |
# files in your codebase, ignoring externals. | |
svn st --ignore-externals | grep '[AMD] ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment