參考這篇
http://blog.yalin.tw/2007/06/pxe-in-freebsd-windows-xp.html
將大寫轉成小寫
find ./ -depth | perl -ne 'chomp;m</[^/]*$>;$d=$`;$_=$f=$&;''s/([x80-xFF].)|(w)/$1l$2/g;system "mv",$d.$f,$d.$_ if $f ne $_' |
利用 PXE 安裝 windows
參考這篇
http://blog.yalin.tw/2007/06/pxe-in-freebsd-windows-xp.html
將大寫轉成小寫
find ./ -depth | perl -ne 'chomp;m</[^/]*$>;$d=$`;$_=$f=$&;''s/([x80-xFF].)|(w)/$1l$2/g;system "mv",$d.$f,$d.$_ if $f ne $_' |
I don’t have any focus groups on talent and programming. If I need five people in a mall to be paid $40 to tell me how to do my job, I shouldn’t do my job.