P4 clients
Submitted by albert on Sun, 2008-03-02 18:21
While Perforce out of the box has a lot of useful tools, some scripting can provide even more.
CD to the clients working folder.
On Unix you can do this:
cd `p4 info | awk "/Client root/" | sed -n "s/Client root: //p"`
I should really learn awk and sed better. But the above will cd into your client root!
