Our Sponsors



Download BioinformaticsOnline(BOL) Apps in your chrome browser.




Command line to move all files from a directory !

  • Public
By Neelam Jha 719 days ago
find ~/Downloads/ -type f -print0 | xargs -0 mv -t ~/Videos