Results for "Sort"

Wire posts

  • List all files by size in Linux $ ls -l -S | sort -k 5 -n #Linux #Size #List

    1677 days ago

  • (grep ^"#" in.gff; grep -v ^"#" in.gff | sort -k1,1 -k4,4n) | bgzip > sorted.gff.gz; tabix -p gff sorted.gff.gz; #GATK

    1551 days ago

  • Extract the underscore separated values. $ awk '{split($0,a,"_"); print a[1]"_"a[2]}' aaa.txt | sort | uniq -u > all_ids_sm.txt #awk #bash #underscore #list

    1506 days ago

  • Sort and get the best first of duplicated lines $ sort -k3rn file | sort -u -k1,1 #Sort #Duplicated #Value

    1399 days ago

  • sort the string which combined with string + numeric using bash script. $ sort -V #Sort #sort #number #string

    1214 days ago