4 lines
44 B
Plaintext
4 lines
44 B
Plaintext
rmf() {
|
|
fzf -m | xargs -0 -I {} rm {}
|
|
}
|
rmf() {
|
|
fzf -m | xargs -0 -I {} rm {}
|
|
}
|