search replace



dear perl gurus,

perl -pi -e 's,/bin/uv,/bin/uvdls,g' /home/*/.profile

i created this command to recursively replace
/bin/uv
with
/bin/uvdls
in the /home-subdirectories. now this command replaces also "/bin/uvxyz".
i'd prefer if it replaces "/bin/uv" only.
thank you for your help

hans



.