Is there a command line option, in Perforce, to delete multiple workspaces at once?
I have many workspaces that are not in use anymore. I would like to run a command that can delete all workspaces - where the workspace name can be an input string from a txt file. Is this possible?
Being new to P4, What I have tried (and failed) so far is: p4 -x client -d -f c.txt where "c.txt" is the text file that contains the list of workspaces to be deleted.
Thanks.