[Pythonsudoku-devel] The convert script
Brought to you by:
xoseotero
|
From: liang y. <iam...@gm...> - 2008-09-21 03:16:25
|
Hi all:
We can use the following command to convert all the .py file to windows.
find <code_dir> -name *.py -exec unix2dos {} \;
|