Open plasmoduck opened 2 years ago
cant you install the gnu-coreutil binaries on BSD?
Yes that was an option, but I ended up changing the line to: grep -oE Perhaps you could make an ifdef statement for FreeBSD and OpenBSD users in the future.
On Fri, Jan 14, 2022 at 11:02:08PM -0800, Raiyan wrote:
cant you install the gnu-coreutil binaries on BSD?
-- Reply to this email directly or view it on GitHub: https://github.com/Bugswriter/notflix/issues/62#issuecomment-1013628503 You are receiving this because you authored the thread.
Message ID: @.***>
grep -P is a GNU thing, it is not supported in the BSD versions of grep. How can I make the script work?