Search results

Jump to: navigation, search
  • * '''å''' is pronounced 1) as '''''awe''''' and '''''or''''' or 2) sort of like as in ''n'''o''''' or ''l'''o'''w''.
    3 KB (449 words) - 00:35, 21 December 2005
  • * Black - Sort
    2 KB (232 words) - 00:38, 21 December 2005
  • :r ! ls -1 /home/user/directory | sort -r
    14 KB (2,396 words) - 22:38, 21 June 2023
  • Make a copy of the original Matrix to work with and sort the rows according to p-values:
    6 KB (974 words) - 18:11, 27 March 2012
  • $ du | sort -nr $ cat unsorted_list_with_dupes.txt | sort | uniq | pr | lpr
    20 KB (3,106 words) - 23:38, 10 September 2021
  • ...ual from itself and others by the imposition of conditions that foster the sort of conscience that produces guilt when an individual contemplates an action ...needing a reason not to exercise their instinctual impulses, we provide a sort of reward-and-punishment system: A parent promises their child rewards for
    6 KB (1,075 words) - 08:22, 18 November 2021
  • ...or essay on Against the Gods into chapters or subdivisions to follow some sort of chronology of the book and for an easier read. These subdivisions follow
    11 KB (1,849 words) - 20:47, 5 January 2014
  • * sort paragraphs of file alphabetically. Paragraphs are separated by blank lines. sed '/./{H;d;};x;s/\n/={NL}=/g' file | sort | sed '1s/={NL}=//;s/={NL}=/\n/g'
    30 KB (4,929 words) - 22:47, 21 August 2019
  • ; Operating on sorted files : <code>sort uniq comm ptx tsort</code> * [[Sort (command)|sort]] &mdash; sort lines of text files
    9 KB (1,324 words) - 23:35, 6 February 2013
  • ls | grep '.sh' | sort > shlist ...this output is filtered to only contain lines which contain <tt>.sh</tt>, sort this resultant output alphabetically, and place the final output in <tt>shl
    12 KB (1,905 words) - 20:29, 22 September 2020
  • ; <code>$(sort list)</code> : Sort the words in list lexicographically, removing duplicates sort -nk1 - | \
    6 KB (1,015 words) - 03:38, 1 October 2009
  • ...rtimage.org/ Partimage] to save a partition to the disc, you can type this sort of command:
    11 KB (1,842 words) - 14:44, 14 July 2014
  • ...f any number of previously learned document collections. It can be used to sort incoming email into arbitrary categories such as spam, work, and play, or s
    7 KB (1,190 words) - 08:53, 22 February 2007
  • $ sort -rn Ecoli.top.travers | gawk '{if($1 <= x.xx) {print $1}}' | wc -l $ gawk '{print $2}' Ecoli.top.travers | sort > Ecoli.top.travers.col2
    18 KB (2,772 words) - 22:57, 26 October 2021
  • rpm -qa --queryformat='%{NAME} %{ARCH}\n' | sort | uniq > pkgs.txt
    8 KB (1,064 words) - 22:36, 19 April 2023
  • ;[http://www.ccp4.ac.uk/dist/html/sortwater.html sortwater] : sort waters by the protein chain to which they "belong" ...cp4.ac.uk/dist/html/watncs.html watncs] : Pick waters which follow NCS and sort out to NCS asymmetric unit
    20 KB (3,274 words) - 01:27, 29 September 2007
  • ;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
  • * 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