Skip to content

Instantly share code, notes, and snippets.

@gdevanla
Created April 5, 2013 10:31
Show Gist options
  • Save gdevanla/5318284 to your computer and use it in GitHub Desktop.
Save gdevanla/5318284 to your computer and use it in GitHub Desktop.
#Command to list matching files in 2 folders.
find unittests -name *.java | xargs -L1 basename $1 | -xargs find ../../../Applications/iTrust/unittests/edu/ncsu/csc/itrust/ -name $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment