How to change perforce specs from command line? What I want to do is, I have a workspace whose clobber option is set to noclobber (default value). Now I want to
noclobber
If you're trying to avoid repeatedly opening a text editor, you can accomplish your goal with a little bit of sed, like this:
sed
p4 client -o | \ sed 's/ noclobber/ clobber/' | \ p4 client -i