add rmf function remove multiple files
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
rmf() {
|
||||
fzf -m | xargs -0 -I {} rm {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
rmf() {
|
||||
fzf -m | xargs -0 -I {} rm {}
|
||||
}
|
||||
|
||||