Fix small regex bug
GNU sed treats '\>' literal, macOS treats it as '>'. Luckily, the escaping backslash is not needed on macOS.
Please register or sign in to comment
GNU sed treats '\>' literal, macOS treats it as '>'. Luckily, the escaping backslash is not needed on macOS.