bash

rsyncに関するメモ

シンボリックリンクを含めてコピーする

$ rsync -ruvz --copy-link fDat fOut

awkに関するメモ

合計

$ awk '{s += $1} END {print s}' sample.txt