#!/usr/bin/env bash p4 -F '"%depotFile%" "somestuff%depotFile%"' files //depot/intranet/multimedia/tutorial_portal_videos/....mp4 | grep -ve "\..*x.*\.mp4" | sed "s:somestuff.*/\(.*.mp4\)://downloads/media/videos/\1:"
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 10974 | Matt Attaway | a simple one line script that takes a depot path and generates a branch view to another place with the files |