【技術性】Linux與操做系統知識

持續更新。code

  1. Ctrl+R搜索command歷史
  2. grep:
    grep pattern files, e.g.input

    grep "aug" sample.txt

    input | grep pattern, e.g.file

    ls -l | grep -i "*.txt"
    其中-i意思是大小寫不敏感
    cat sample.txt | grep "aug"
相關文章
相關標籤/搜索