zoukankan      html  css  js  c++  java
  • centos中find的用法

    find                                         选项                                           路径                                                                   操作语句 

                                                                                                                                            参数                               限定条件                              执行动作

                                              -maxdepth 3      -mtime                                    -delete

                                                       -ctime                                      ! 

                                                       -atime 

                                                                                                                                                                                         +5 5天以前

                                                                                            -4  4天以内

                                                        4   距现在4天 

                                                        -type  d                                              

                                                                                                                                                                                          -perm 755

                                                        -size  +1000c  字节

       

    未完待续                  

  • 相关阅读:
    DFS and BFS
    278. First Bad Version
    67. Add Binary
    Luogu3426 [POI2005]SZA-Template (KMP)(未完成)
    Luogu2375 [NOI2014]动物园 (KMP)
    Luogu3435 [POI2006]OKR-Periods of Words (KMP)
    Luogu4391 [BOI2009]Radio Transmission 无线传输 (KMP)
    Luogu2922 [USACO08DEC]秘密消息Secret Message (Trie树)
    Luogu2580 于是他错误的点名开始了 (Trie树)
    Luogu3375 【模板】KMP字符串匹配
  • 原文地址:https://www.cnblogs.com/liuhaobk/p/11669714.html
Copyright © 2011-2022 走看看