What you think is what you get

Posts filed under: Script

[Script] 搜尋具有指定內容的檔案

Situation 在Command line 想搜尋具有指定內容檔案 Action 有兩個做法 1. gre......

How to auto login as root by expect script

We use “expect” to auto login as root, refe......

壓縮和解壓縮指令

使用tar 副檔名為 tar.gz 壓縮 tar zcvf 壓縮檔名.tar.gz 來源檔 解壓縮 tar z......

更改目錄權限可寫可讀可執行(包含子檔案)

開啟終端機輸入 chmod 777 -R ./* 目錄下所有檔案屬性可寫可讀可執行, 會包含當前目錄及其子檔案...