regex help

Linux for blind general discussion blinux-list at redhat.com
Wed Feb 9 15:16:32 UTC 2022


 > Is it possible to craft a regex to just find all single letters,
 > followed by a dot? What file renamer is the best one to use for this?
 > The one I currently use is brename
Alberto:
Hi,
nice brename, I just installed and played it in last two minutes.
So, try with:
brename -d -p "(\b\w)\." -r '$1'
Alberto




More information about the Blinux-list mailing list