Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/facebook/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
File 在文件中递归搜索一系列Unicode字符_File_Search - Fatal编程技术网

File 在文件中递归搜索一系列Unicode字符

File 在文件中递归搜索一系列Unicode字符,file,search,File,Search,如何在文件中递归搜索一系列Unicode字符?在我的特殊问题中,我需要查找至少包含1个西里尔字符的所有文件。要递归记录我使用的非Unicode字符的所有文件,请执行以下操作: brew安装pcregrep pcregrep-color='auto'-nr[\x80-\xFF]。>>output.txt

如何在文件中递归搜索一系列Unicode字符?在我的特殊问题中,我需要查找至少包含1个西里尔字符的所有文件。

要递归记录我使用的非Unicode字符的所有文件,请执行以下操作:

brew安装pcregrep

pcregrep-color='auto'-nr[\x80-\xFF]。>>output.txt