Search results

Jump to: navigation, search
  • ...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

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