p4find.bat #1

  • //
  • guest/
  • sam_stafford/
  • scripts/
  • p4find.bat
  • View
  • Commits
  • Open Download .zip Download (175 B)
:: usage: p4find EXPR //depot/PATH...
:: This script is a shameful hack and is inadvisable for
:: use with large filesets.
@p4 print %2 | grep -e %1 -e "^//" | grep -B1 -e %1
# Change User Description Committed
#1 5153 Sam Stafford P4Find: my favorite kludgy script.
 Use at your own risk.