jwenjian / ghiblog

GitHub Issues Blog, powered by GitHub Issues and GitHub Actions
https://1link.fun
352 stars 45 forks source link

Find a file and delete it Using find rm #232

Open jwenjian opened 4 years ago

jwenjian commented 4 years ago

Card Find a file and delete it Using find, rm added the to the Linux list in the 遇见 board at May 13, 2020 at 10:30AM
 
> find filename -print0 | xargs -0 rm
 
---
 
View on Trello