[linux]filelistの作成

スポンサーリンク

filelistを作ってみたり

diff -urN -U5 old_dir new_dir > diff_file
grep "diff -urN -U5" diff_file > filelist_temp1
awk '{print $4}' filelist_temp1 > filelist_temp2
sed -e "s/org_source/source/" filelist_temp2 > filelist
patch -p1 -d . -E < diff_file

dfc -s tmp -pp -DTEST “old” “new” > diff_TEST-lcrash_20071119.html
dfc -pp -DTEST “old” “new” > diff_.html

コメント

タイトルとURLをコピーしました