Previous Table of Contents Index Next
Perforce 2009.1: Command Reference



p4 clients
Synopsis
List all client workspaces currently known to the system.
Syntax
p4 [g-opts] clients [ -u user ] [ -e namefilter -m max ]
Description
p4 clients lists all the client workspaces known to the Perforce server. Each workspace is reported on a single line of the report. The format of each line is:
Client clientname moddate root clientroot description
For example:
Client paris 1999/02/19 root /usr/src 'Joe's client'
describes a client workspace named paris, last modified on February 19, 1999 with a root of /usr/src. The description of the workspace entered in the p4 client form is Joe's client.
Use the -m max option to limit the output to the first max client workspaces.
Use the -e namefilter option to limit the output to labels whose name matches the namefilter pattern.
Use the -u user option to limit the output to workspaces owned by the named user.
The command p4 workspaces is an alias for p4 clients.
Options
-m max
List only the first max client workspaces.
-e namefilter
-u user
Usage Notes
Can File Arguments Use
Revision Specifier?
Related Commands
 


Previous Table of Contents Index Next

Perforce 2009.1: Command Reference
Copyright 1999-2009 Perforce Software.