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
  • ...e]] | [[iconv]] | [[join]] | [[less]] | [[more]] | [[paste]] | [[sed]] | [[sort]] | [[tail]] | [[tr]] | [[uniq]] | [[wc]] | [[xargs]] | [[perl]]
    3 KB (291 words) - 08:39, 18 September 2021
  • *[[comm]] – Sort two files and compare them line for line *[[sort (Unix)|sort]] – Sort lines of text files
    0 members (0 subcategories, 0 files) - 22:39, 6 September 2006
  • $ 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
  • $ lsof |grep ' root ' |awk '{print $NF}' |sort|uniq|wc -l # list number of open files for a user
    0 members (0 subcategories, 0 files) - 19:11, 6 March 2015
  • * 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
  • for pdbid in $$(cat $< | gawk '{print $$2}' | sort | uniq); for pdbid in $$(cat $< | gawk '{print $$2}' | sort | uniq | gawk '{print $$1".pdb.gz"}');
    1 KB (171 words) - 01:28, 18 October 2006
  • ...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

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