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.  

  • 相关阅读:
    Tools
    Python
    Python
    Python
    Python
    Python
    linux下搭建SVN服务器完全手册【摘抄】
    XPath学习:轴(14)——总结
    XPath学习:parent,child
    使用Xpath对XML进行模糊查询
  • 原文地址:https://www.cnblogs.com/rusking/p/5591320.html
Copyright © 2011-2022 走看看