Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...



Code Block
cdh
mv ~/.profile ~/.profile.old
cp /corral-replwork2/utexasprojects/BioITeam/projects/scriptscourses/rnaseq_profile_userCore_NGS_Tools/tacc/bashrc.corengs.stampede2 ~/.profile
echo "export PATH=\$PATH:/work2/projects/BioITeam/common/bin/" >> ~/.profile
chmod 600 .profile
source .profile
ls 


...