模擬結果文件路徑結構大概是:/當前目錄/模型名/字模型名模擬/模擬溫度/模擬結果文件。shell
模擬結果文件命名時相同的。模擬結果文件須要修改模擬結果文件的後綴名。grep
附shell腳本:命名
find -type f|grep 'bonds.reax'|xargs rename 's/\.reax$/\.bof/' //該目錄及子目錄下全部'bonds.reax'文件重命名爲'bonds.bof'腳本
find -type f|grep 'dump.reax'|xargs rename 's/\.reax$/\.trj/' //該目錄及子目錄下全部'bonds.reax'文件重命名爲'bonds.bof'文件
find -type f|grep 'data'|xargs rename 's/\.data$/\.anm/' //該目錄及子目錄下全部含data的文件修改後綴data