windows

cmdでのリダイレクト

D:\>cat test.txt aD:\>echo add >> test.txt D:\>cat test.txt a add'>>'で追記 D:\>echo overwrite > test.txt D:\>cat test.txt overwrite '>'で上書き

Cluster3.0(Pycluster)導入

1,Cluster3.0のページへ2,Cluster3.0をダウンロード → インストール 3,Pyclusterをダウンロード → インストール 4,Numpyが入ってないと怒られるのでダウンロード →(ry 5,インポート from Pycluster import *