Shell 檔案檢查與檔案核對(1)

Shell 檔案檢查與檔案核對(1)

Shell 檔案檢查與檔案核對(1)

在Shell中實做檔案檢查與檔案核對

###########################

#!/bin/bash

#Filename:file_md5.sh

# sh ./file_md5.sh

md5sum file.txt

md5sum file.txt > file.md5
###########################

參考出處:Linux Shell 腳本攻略 P52


發表迴響

你的電子郵件位址並不會被公開。 必要欄位標記為 *