使用grep搜索带空格的字符串

使用grep搜索带空格的字符串 grep -r Can\ not\ loading ../

需要使用 ‘\’ 来转义空格。