Post# 1607244657

6-Dec-2020 2:50 pm


#linux terminal

"fzf" useful tool.

Put this command inside a pipe and you can select which lines it will send on the other side using a ncursive UI.

For example, to interactively delete a file :

ls | lzl | xargs rm

6-Dec-2020 2:50 pm

Published
6-Dec-2020