On 12/5/2022 4:20 PM, Laine wrote:
And the following appears to remove “title=“ from lines generated by "grep '^title=‘ chapters.txt” alone.
grep '^title=' chapters.txt | perl -pe 's/title=//s’
I'm not clear you you'd use perl at all when sed is more common for this
sort of thing (sed 's/title=//’), but whatever works for you.
z!
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".