add rmf function remove multiple files

This commit is contained in:
dl92
2025-12-07 23:22:48 +00:00
parent 36bc6f3738
commit 7113a95aad
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
rmf() {
fzf -m | xargs -0 -I {} rm {}
}