We have a script that labels files recursively. Here is the command that executes the label command.
cleartool ls -recurse -vob_only -visible -short | \
xargs cleartool mklabel -replace -follow VPCEUM_9.0.0.99 > label.txt 2>&1
When is encounter files with spaces the name such as /directory/d1/my file is here.doc
, the command errors off.
How do I get ClearCase/unix to accept the space?