Skip to content

Instantly share code, notes, and snippets.

@napsternxg
Created February 19, 2013 12:40
Show Gist options
  • Save napsternxg/4985542 to your computer and use it in GitHub Desktop.
Save napsternxg/4985542 to your computer and use it in GitHub Desktop.
Opened files with time of change using p4 opened with the path as per your client.
p4 opened | sed 's/.*usr\.src\/\(.*\)#.*/\1/g'| xargs -I {} ls -lh {};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment