2010-01-26から1日間の記事一覧

明日から現場で役立つ極選 rsync filter レシピ大全集からマニア向けのを2つ

#!/bin/bash # Time-stamp: <2010-01-26 21:32:06 JST, hirose31> beginning_of_the_world() { files=" hrpc/oreno/katsu/chikin/recipe.txt hrpc/oreno/katsu/pork/recipe.txt hrpc/oreno/soup/recipe.txt hrpc/oreno/dry/recipe.txt hrpc/oreno/hayashi/re…

diff → cp のコンボ

$ diff -u -bw -I Id /usr/irori/bin/foo ~/WORKDIR/foo $ cp ~/WORKDIR/foo /usr/irori/bin/fooなふうに、ファイルをcpしたりする前にdiffって確認することは日常よくある風景だと思うのですが、diffとcpとで引数が逆になってアレです。並びが同じならば履…