本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
david.wurm
/
InternetServicesBook
镜像来自
https://github.com/trimstray/the-book-of-secret-knowledge
關注
1
收藏
0
複製
0
程式碼
版本發佈
0
活動
瀏覽代碼
Simple bash filewatching with MAIL variables
It's less-intrusive than puts/printf and has no dependencies, handy for Solaris users like myself.
pull/83/head
Luke Bonanomi
5 年之前
父節點
72b45043e6
當前提交
c6518919c2
共有
1 個檔案被更改
,包括
6 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
README.md
+ 6
- 0
README.md
查看文件
@@ -1256,6 +1256,12 @@ for ((i=5; i<=10; ++i)) ; do printf '%02d\n' $i ; done
# alternative: seq -w 5 10
```
###### Simple Bash Filewatching
```bash
unset MAIL; export MAILCHECK=1; export MAILPATH='$FILE_TO_WATCH?$MESSAGE'
```
___
##### Tool: [mount](https://en.wikipedia.org/wiki/Mount_(Unix))
Write
Preview
Loading…
取消
儲存