#!/bin/bash # This is a good command to check the size of recent activity. p4 -F '%change%' changes -s submitted -m 200 //... | cut -f 2 -d " " | xargs -I% bash -c "p4 sizes -s -h //...@%,@%" | grep G
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 24154 | Russell C. Jackson (Rusty) | Added +x to a few files. | ||
#1 | 24086 | Russell C. Jackson (Rusty) | Useful command for checking recent activity. |