Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's command line page.
To remove all .pro.user files recursively.
rm `find . | egrep "\.pro\.user"` |
If you'd like to confirm every file individually:
rm `find . | egrep "\.pro\.user"` -i |
Go back to Richel Bilderbeek's command line page.
Go back to Richel Bilderbeek's homepage.