附錄 A - 練習 15 退出終端 - Learn Python 3 The Hard Way

附錄練習 15 退出 Terminal (exit)

55.16.1 跟我做

Linux/macOS

$ exit

Windows

> exit

55.16.2 你學到的

最後一個練習是如何退出 Terminal,非常簡單,但是我需要你再做一些練習。

55.16.3 附加練習

在本速成課的最後,我想讓你用一下幫助系統,看看以下這些命令的解釋和用法,學習如何使用它們。

以下是 Unix 系統下你要查詢的命令列表:

  • xargs
  • sudo
  • chmod
  • chown

以下是 Windows 系統下你要查詢的命令列表:

  • forfiles
  • runas
  • attrib
  • icacls

弄明白這些是什麼,試試用用這些命令,然後把它們添加到你的索引卡片上。

命令行後續

你已經完成了命令行速成教程,基本掌握了一些基礎命令的用法。但其實還有很多的技巧和鍵序列你沒有見過。我會在這個教程的最後引導你去搜索和了解它們。

55.17.1 Unix Bash References

在 Unix 系統下,你使用的 Shell 叫做 Bash。它不是最好的 shell,但它無處不在。以下是一些關於 Bash 的列表:

  • Bash Cheat Sheet https://learncodethehardway.org/unix/bash_cheat_sheet.pdf created by Raphael and CC licensed.
  • Reference Manual http://www.gnu.org/software/bash/manual/bashref.html

55.17.2 PowerShell References

在 Windows 系統下只有 Powershell。以下是一些關於 Powershell 的列表;

  • Owners Manual http://technet.microsoft.com/en-us/library/ee221100.aspx
  • Cheat Sheet https://download.microsoft.com/download/2/1/2/2122F0B9-0EE6-4E6D-BFD6-F9DCD27C07F9/WS12_QuickRef_Download_Files/PowerShell_LangRef_v
  • Master PowerShell http://powershell.com/cs/blogs/ebook/default.aspx

推薦閱讀:

TAG:Python入門 | Python3x | Python |