Results for "Directory"

Wire posts

  • The evolutionary directory at http://evol.mcmaster.ca/evoldir.html #EvoDir #Jobs #PostDocs

    3648 days ago

  • Your place to load, share, and compare genome maps!! http://sourceforge.net/projects/yougenmap/?source=directory #GeneticMapViewer

    3619 days ago

  • replace a word in all files in a directory: grep -lr --exclude-dir=".git" -e "oldword" . | xargs sed -i "s/oldword/newword/g" #Replace #Word #Linux

    3547 days ago

  • Want to Moves Your Home Directory to a Black Hole then only use this command mv ~ /dev/null #Command #Linux #Script #Move #Blackhole

    3180 days ago

  • Sync your broken transfer in Linux rsync -e ssh file host:/directory/. #rsync #scp #Linux

    2854 days ago

  • du -sh * will give you the size of all the directories,files etc in current directory in human readable format. #Linux #Size #Tricks #Folders #Files

    2828 days ago

  • To know the size of the directory in current folder. $ du -sh * #Size #Directory #List #Space #Linux #du

    2516 days ago

  • #Extract all the files from a #directory and #sub-dir with #pattern. $ find TrimmedDir -type f | grep "L_" | xargs -i cp {} .

    2244 days ago

  • Find matching file names with pattern in a directory. $ ls -dq *_name2search_* | wc -l #file #search #hits #pattern #names #directory

    2252 days ago

  • du -sh * | sort | grep "G" #List size of all the directory #Size #List #Directory #Linux

    2114 days ago