Mass Change

We will be updating to Unidata 7.1; I need a way to update the '.profile' entries to change 'ud60' to 'ud71' in each user's '.profile'. Does anyone have the script to do this without causing permission problems?

I'm moving this to the scripting forum.

Got perl? Got root? Then try...

perl -pi -e 's/ud60/ud71/g' /home/*/.profile

Thank you, Ygor. I will try this. :slight_smile: