in reply to Re: Must have CLI of Perl's sed's n command
in thread Must have CLI of Perl's sed's n command

How is usage ?
$ ./s2p -e '/^```\w+$/{n; :a N; /\n```$/!ba }' bash: ./s2p: perl: bad interpreter: No such file or directory $ ./s2p bash: ./s2p: perl: bad interpreter: No such file or directory
keep such error

Replies are listed 'Best First'.
Re^3: Must have CLI of Perl's sed's n command
by Anonymous Monk on Jun 30, 2022 at 11:31 UTC
    What operating system? Whats the first line of s2p? Why are you calling ./s2p instead of s2p, how did you install it?