p4 client コマンドを使用してクライアントを一覧表示する小さなスクリプトで実行できます。
p4 help clients
clients -- Display list of clients
workspaces -- synonym for 'clients'
p4 clients [-u user] [-e nameFilter -m max]
Lists all client workspaces currently defined in the server.
The -u user flag lists client workspaces that are owned by the
specified user.
The -e nameFilter flag lists workspaces with a name that matches
the nameFilter pattern, for example: -e 'svr-dev-rel*'
The -m max flag limits output to the specified number of workspaces.
次に、次を使用して各クライアントを反復処理します
p4 client -o <client name>
クライアントの仕様を一覧表示し、最後に興味のあるパスを検索します。