Find files that ends with tilde

Find files:

find . -type f -name '*~'

To delete the files:

find . -type f -name '*~' -exec rm -f '{}' \;

Silent gpupdate

  Remote silent execution  gpupdate /force /wait:0 /quiet  

Mais vistos