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  字节

       

    未完待续                  

  • 相关阅读:
    [JS Compose] 7. Ensure failsafe combination using monoids
    [Functional Programming] Monad
    [Algorithm] Count Negative Integers in Row/Column-Wise Sorted Matrix
    [React] Use the useReducer Hook and Dispatch Actions to Update State (useReducer, useMemo, useEffect)
    [Functional Programming] Pointy Functor Factory
    [Functional Programming] Async IO Functor
    [Functional Programming] Write simple Semigroups type
    [置顶] 阿里IOS面试题之多线程选用NSOperation or GCD
    JAVA实现字符串反转,借助字符数组实现
    菜鸟级SQL Server21天自学通(文档+视频)
  • 原文地址:https://www.cnblogs.com/liuhaobk/p/11669714.html
Copyright © 2011-2022 走看看