--課程已於 2020 年 10 月更新--
這門課程的講師 Jason Cannon ( http://bit.ly/2Pa7XnH )出過一本書 Linux for Beginners and Command Line Kung Fu 在 Amazon 上評價頗高
你在這門課學到的東西可以應用到任何 shell,但本課程著重 bash shell ,你將學到一些非常先進的 bash 功能。 同樣,無論你使用 bash、bourne(sh)、KornShell(ksh)、C shell(csh)、Z shell(zsh),或甚至 tcsh shell,你都可以將在此學到的東西好好應用。
到本課程結束時,你將能夠輕鬆建立 shell 腳本。 你將學習如何將單調乏味和重複任務變成可節省時間的程式設計,簡化你在 Linux、Unix 或 MAC 系統上的工作。
https://softnshare.com/shell-scripting-linux/
同時也有1部Youtube影片,追蹤數超過12萬的網紅prasertcbs,也在其Youtube影片中提到,ใน macOS 10.15 (Catalina) ที่ออกมาในปี 2019 Apple ได้ทำการเปลี่ยน default shell จากเดิมที่เป็น bash มาเป็น zsh (z shell) ซึ่งมีความสามารถหลายอย่างที่ด...
「zsh bash」的推薦目錄:
- 關於zsh bash 在 軟體開發學習資訊分享 Facebook 的最佳貼文
- 關於zsh bash 在 iThome Facebook 的精選貼文
- 關於zsh bash 在 軟體開發學習資訊分享 Facebook 的最佳解答
- 關於zsh bash 在 prasertcbs Youtube 的最佳解答
- 關於zsh bash 在 Mac - 用zsh就是要自訂自己喜歡的樣式 的評價
- 關於zsh bash 在 What are the practical differences between Bash and Zsh? 的評價
- 關於zsh bash 在 junegunn/fzf: :cherry_blossom: A command-line fuzzy finder 的評價
- 關於zsh bash 在 Switching from zsh to bash on OS X, and back again? 的評價
- 關於zsh bash 在 ZSH - A Better Shell than Bash? - YouTube 的評價
zsh bash 在 iThome Facebook 的精選貼文
數位鑑識以及滲透測試專用的Kali Linux發行版,釋出2020.3,是繼去年2019.4後較大的更新。官方宣布從這個版本開始,預設殼層即將從bash換成ZSH,而且由於微軟發布了WSL2,因此官方也做出對應更新,新的Win-KeX功能可在Windows上,藉由WSL2開啟持久對話GUI
https://www.ithome.com.tw/news/139601
zsh bash 在 軟體開發學習資訊分享 Facebook 的最佳解答
課程名稱:Shell Scripting : 探索如何自動化命令列任務 https://goo.gl/JEFr6c
你在這門課學到的東西可以應用到任何 shell,但本課程著重 bash shell ,你將學到一些非常先進的 bash 功能。 同樣,無論你使用 bash、bourne(sh)、KornShell(ksh)、C shell(csh)、Z shell(zsh),或甚至 tcsh shell,你都可以將在此學到的東西好好應用。
>課程有英文字幕,詳細資訊請參考 https://goo.gl/JEFr6c
zsh bash 在 prasertcbs Youtube 的最佳解答
ใน macOS 10.15 (Catalina) ที่ออกมาในปี 2019 Apple ได้ทำการเปลี่ยน default shell จากเดิมที่เป็น bash มาเป็น zsh (z shell) ซึ่งมีความสามารถหลายอย่างที่ดีกว่า bash
เนื้อหาในคลิปนี้จะสอนถึงวิธีการปรับแต่ง zsh เพื่อให้นำไปใช้งานได้อย่างมีประสิทธิภาพมากขึ้น โดยเริ่มจาก
1. การติดตั้ง oh my zsh
2. การเปลี่ยน theme
3. การติดตั้ง plugins สำหรับทำ auto suggestions และ syntax highlighting
zsh bash 在 What are the practical differences between Bash and Zsh? 的推薦與評價
Bash arrays are indexed from 0 to (length-1). Zsh arrays are indexed from 1 to length. You can make 0-indexing the default with setopt ... ... <看更多>
zsh bash 在 junegunn/fzf: :cherry_blossom: A command-line fuzzy finder 的推薦與評價
The install script will setup the following key bindings for bash, zsh, and fish. CTRL-T - Paste the selected files and directories onto the command-line. ... <看更多>
zsh bash 在 Mac - 用zsh就是要自訂自己喜歡的樣式 的推薦與評價
居然說要改用zsh作為預設的shell,. 在之前看過一些文章,zsh裝了theme還有一些套件後,可以很酷的使用終端機,. 無奈看到要 ... ... <看更多>