美文网首页
command line blog

command line blog

作者: 寇奕迪 | 来源:发表于2019-01-17 08:11 被阅读0次

    1. useful commands

    • ls
      show all files under current directory
    • ls -a
      list all the files including hidden files (filename begins with dot)
    • ls -l
      list files with more information(permissions, owner, size...)
    • mv
      rename files or move them to a different directory
    • cat
      read data from file and give their content as output
    • touch
      create new empty file

    2. explainshell.com

    • great resources for looking up commands and usages

    相关文章

      网友评论

          本文标题:command line blog

          本文链接:https://www.haomeiwen.com/subject/cikbdqtx.html