zoukankan      html  css  js  c++  java
  • ls Common Command-Line Options

    ls  Common Command-Line Options   

    Command  Use: 

    ls -l    Shows a long listing, which includes information about file properties, such as creation date and permissions.   

    ls -a    Shows all files, including hidden files.   

    ls -lrt    This is a very useful command. It shows commands sorted on modification date. You’ll see the most recently modified files last in the list.   

    ls -d    Shows the names of directories, not the contents of all directories that match the wildcards that have been used with the  ls  command.   

    ls -R    Shows the contents of the current directory, in addition to all of its subdirectories; that is, it  R ecursively descends all subdirectories.  

  • 相关阅读:
    勇气
    Node.js的安装和配置
    jekins构建时,远程执行shell的问题
    CDMA系统原理二
    详解Android定位
    Docker 简介
    Polly+HttpClientFactory
    K8s-Helm
    k8s-部署应用
    K8S-Pod
  • 原文地址:https://www.cnblogs.com/rusking/p/5591320.html
Copyright © 2011-2022 走看看