Это старая версия документа.
A PCRE internal error occured. This might be caused by a faulty plugin
====== Bash Command Line ====== ===== Excluding list of files using regex ===== List all files recursivly excluding files containing 'doc' and 'source' ls -R| egrep -v '(doc|source)'