[kwlug-disc] ncurses file selection tool

Chris Frey cdfrey at foursquare.net
Fri Jan 15 15:02:02 EST 2021


On Fri, Jan 15, 2021 at 02:45:08PM -0500, Khalid Baheyeldin wrote:
> To rename files, I generate a script like this:
> 
> ls | grep "whatever" | awk '{print "mv ", $1, $1}' > x
> # Edit using vim to remove the lines for the files I want to keep
> sh x

Thanks, nice idea :-)

- Chris





More information about the kwlug-disc mailing list