Posted 2020/03/22Updated 2021/09/28OS2 minutes read (About 328 words)[Mac/Linux] bash shell筆記- 用shell script執行你的 Python程式 鼠年全馬鐵人挑戰 - WEEK 06 前言本篇紀錄如何用shell script執行寫好的Python檔案。Read more
Posted 2020/03/08Updated 2021/09/28OS9 minutes read (About 1397 words)[Mac/Linux] bash shell筆記- 檔案權限與目錄 鼠年全馬鐵人挑戰 - WEEK 04 前言本文紀錄如何在bash shell做檔案權限的配置。Read more
Posted 2020/01/22Updated 2021/09/28OS15 minutes read (About 2230 words)[Mac/Linux] Command Line指令 本篇紀錄Mac常用的指令(會持續更新) 基本指令基本查詢man 指令加上要查詢的指令來閱讀線上手冊,透過線上手冊可以查詢相關指令或是函數的名稱,如查詢ls的用法: 1man ls 按下鍵盤的q鍵即可離開。Read more