Search results

Jump to: navigation, search
  • ;fasort : sort fasta libraries based on sequences or defline fields ;sortby : sort lines according to a reference set
    10 KB (1,464 words) - 06:54, 4 May 2007
  • If smallest results are desired and time is not important, a chain of this sort produces even smaller possible results:
    3 KB (443 words) - 03:33, 1 June 2007
  • END{foreach $a(reverse sort keys %DATA){foreach $i(1..11){$DATA{$a}{$i}=0 if $DATA{$a}{$i} eq "" and $i
    14 KB (2,259 words) - 06:45, 24 September 2007
  • ...h sequence data. It is part of '''genpak'''. The programs are written as a sort of 'biological' extension to the standard Unix tools ([[sed]], [[awk]], [[g
    7 KB (1,108 words) - 02:04, 13 July 2012
  • ...100 /var/log/httpd/error_log |cut -d']' -f 4-99 |sed -e "s/, referer.*//g"|sort|uniq cat /var/log/httpd/error_log |cut -d']' -f 4-99 |sed -e "s/, referer.*//g"|sort|uniq
    3 KB (400 words) - 21:59, 17 May 2015
  • --sort-files Sort the found files lexically.
    8 KB (1,112 words) - 00:03, 16 December 2012
  • ...the 1st column with a reverse (<code>-r</code>) numeric (<code>-n</code>) sort, retain only those lines which are not adjacent to identical lines, and pri awk '{if ($5 != -1) { print;}}' demo.txt | cut -f1-5 | sort -k1 -r -n | uniq | wc -l
    2 KB (288 words) - 17:25, 9 January 2010
  • done) | sort -k4n) | column -t sort -k3n) | column -t
    6 KB (868 words) - 04:49, 30 October 2013
  • [-I include-fstyp-list] [-s sort-type] [-w block-width] [-W -s sort-type
    15 KB (2,072 words) - 19:07, 22 November 2013
  • $ seq 1 10 |shuf | parallel --pipe --files -N 3 sort -n | parallel -mj1 sort -nm $ seq 1 10 |shuf | parallel --pipe --files -N 3 sort -n | parallel -mj1 sort -nm {} ";"rm {}
    3 KB (470 words) - 02:36, 20 March 2015
  • *** Partition Key and Sort Key (Hash & Range) composed of two attributes ; Composite Key (Partition Key and Sort Key) : DynamoDB uses the partition key's value as input to an internal hash
    8 members (0 subcategories, 0 files) - 16:44, 30 April 2021
  • * Sort Pods by age: $ kubectl get po --sort-by='{.firstTimestamp}'.
    168 KB (22,699 words) - 17:26, 19 January 2024
  • $ sudo yum list docker-ce-cli.x86_64 --showduplicates | sort -r
    63 KB (8,361 words) - 23:51, 19 July 2022
  • $ gcloud services list --enabled --sort-by="NAME" $ gcloud services list --available --sort-by="NAME"
    100 KB (12,852 words) - 00:23, 27 July 2021
  • $ ( seq 1 8 200 ; seq 6 8 200 )|sort -n|xargs -I{} -n 1 dig +short -x 206.214.251.{} $ ( seq 206 8 250 ; seq 209 8 250 )|sort -n|xargs -I{} -n 1 dig +short -x 206.214.251.{}
    17 KB (2,253 words) - 09:22, 21 September 2021

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)