學術及資源的交流園地 ^_^

Bash Array

最後更新: 2023-11-21

目錄

  • 定義 Array (Explicit / Indirect)
  • Access element in array
  • * 與 @
  • Basic Usage
  • Iterate through an array
  • Array as command Args

Bash 的 Array

Bash 支援以下兩種 Array

  • One-dimensional indexed(integers) array
  • Associative array

Array 的限制:

  • No maximum limit on the size of an array
  • No requirement that members be indexed or assigned contiguously

 

test operators

最後更新: 2020-08-19

前言

Bash variables are not strongly typed

目錄

 

Cobian backup

最後更新: 2016-06-04

Cobian 支援 backup 的 location有:

  • FTP
  • Local Disk

 

watchdog

最後更新: 2019-05-07

前言

 

如果未熟悉 watchdog 前, 千萬不要在 Production Server 上啟用它

因為你將會意外地 reboot 它多次 !! 這是真的, 因為我已 reboot 了它最少有 5 次 ...

在 Linux 2.6 的 watchdog 系統上分別由以下兩東西組成

  • watchdog daemon
  • softdog kernel module

 

RSS feed