find 查询结果为绝对路径:
    find 绝对路径 type d -name php,只有这样的时候,才会输出文件绝对路径

    Linux 删除包含特定字符串的行:
    sed -ie '/字符串/d' test.txt

    ggplot remove remove grid and background myplot+theme(panel.grid.major=element_blank(),panel.grid.minor=element_blank(),panel.background=element_blank(),axis.line=element_line(colour="black"))

    参考链接:
    Remove grid and background from plot (ggplot2)