I\'m new to Perforce and have created a few workspaces as exercises for getting familiar with it. Now I would like to delete some of the workspaces. I just want to get rid of th
It could also be done without a visual client with the following small script.
$ cat ~/bin/pdel #!/bin/sh #Todo: add error handling ( p4 -c $1 client -o | perl -pne 's/\blocked\s//' | p4 -c $1 client -i ) && p4 client -d $1