perforce - p4 list jobs of a particular user -


p4 server 2010.2/347035

i trying list jobs created me in p4. hoping following command work

p4 -u xxx jobs -m 50 

but not. above command not list me jobs xxx user instead shows me jobs.

questions

  1. how can list jobs? (or particular user's job)
  2. is there way petty print output generated p4? p4 commands have tabular output , tabular output?

you want 'p4 jobs -e reportedby=calmstorm' or maybe 'p4 jobs -e ownedby=calmstorm'.

since job spec customizable, exact syntax depend on fields have defined jobspec.

have @ http://www.perforce.com/perforce/doc.current/manuals/cmdref/jobs.html#1040665 more information jobs query language.

regarding pretty-printing, there isn't built command line itself. many users use scripting tool such perl, python, or ruby these purposes; there perforce packages major scripting languages can pick favorite one. or use p4v -- it's got nice gui searching , viewing jobs.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -