Q: How to delete all file with exlcuding some file in a regex in linux?
A: Use find command, here the command
$ find . \( -name "*.po" \! -name id.po \) -delete
-->
Edi Santoso
Odoo and Python Developer
drink a tea to enjoying the life
Tambahkan Komentar