bashrc 설정
# User specific aliases and functions
module load craype-mic-knl intel impi fftw_mpi/3.3.7 python/3.9.5
export PATH=$PATH:/home01/x3030a01/bin
#--check is any files will be deleted
find /scratch/x3030a01/ -type f -name ToBeDelete_* > ToBeDeletefiles.txt
echo `du -sh ToBeDeletefiles.txt`
ToBeDelete 가 있는 경우,
rename ToBeDelete_ '' ToBeDelete_*;touch *