Re: grep for searching

2022-02-06 Thread ejonesss
jj that seems to work to work to process lines containing so i can break down file of 20 ftp links to each letter for easier downloading thanks On Sunday, February 6, 2022 at 6:02:19 AM UTC-5 jj wrote: > Find: > > (?<=/)(?:d([^\s/]|\\\x20)*?\.zip)\b > > Or commented: > > (?x)

PWA with BBEdit

2022-02-06 Thread Massimo Rainato
I will approach to PWA build for a photoclub archive (instead use Lr Classic) at zero comma zero budget. ('Bbedit should be used for PWA develop') ? "Tnx, how?" : "alternative?" TiA Massimo Rainato, Italy massimo.rain...@gmail.com -- This is the BBEdit Talk public discussion group. If you h

Re: grep for searching

2022-02-06 Thread jj
Find: (?<=/)(?:d([^\s/]|\\\x20)*?\.zip)\b Or commented: (?x)(?# Use multi-line and comments) (?<=/) (?# Look behind a slash not including it in the match) ( (?# Start of capture \1) d (?# Literal 'd') (?: (?# Start

Re: grep for searching

2022-02-06 Thread Kaveh
not clear for me what you want to do. can you put a sample of input lines and output needed? On Sat, 5 Feb 2022 at 23:09, ejonesss wrote: > i was wondering what is the grep i would need to find all occurrences of a > word that begins with > > ftp://ftp.scene.org/pub/demos/artists/0xf/drunkchessb