标签: regex perl grep homebrew
grep -Px -e '"[^|,"\v]*"(,"[^|,"\v]*")+\v' FILENAME.csv > FILENAME.csv
以前曾在GNU Grep工作,现在因为-P不在BSD Grep中,它不再有效。
GNU Grep
-P
我可以使用哪个命令来获得相同的结果?