Reputation: 557
I am new to Perforce and asking for help with following simple questions:
I searched question 2 online, but didn't have any luck.
Thank you in advance!
Upvotes: 12
Views: 16702
Reputation: 1
And if you don't want to write to a temp file (like others have suggested), you can stream the output to your editor.
For vim/gvim it is: p4 print FILENAME#VERSION | gvim -
The "-" in the end does the trick.
Upvotes: 0