MC midnight commander – important key bindings
SOURCE: KLIMER.EU CTRL-T (or INSERT) :: select files + :: select files based on a pattern \ :: UNselect files based on a pattern * :: reverse the current selection … Read More
SOURCE: KLIMER.EU CTRL-T (or INSERT) :: select files + :: select files based on a pattern \ :: UNselect files based on a pattern * :: reverse the current selection … Read More
SOURCE: https://www.cyberciti.biz/faq/linux-unix-how-to-find-and-remove-files/ find . -type f -name “FILE-TO-FIND” -exec rm -f {} \; FIRST RUN FIND!! WIthout the command to check the results. If all OK, then run with “-exec … Read More