Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's command line page.

 

 

 

 

 

(Command line) Linux Remove all .pro.user files recursively

 

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.

 

Valid XHTML 1.0 Strict