Search results

Jump to: navigation, search

Page title matches

  • '''<code>tr</code>''' is a [[:Category:Linux Command Line Tools|Linux CLI]] [[coreutils tr [option]... set1 [set2]
    11 KB (1,812 words) - 07:26, 1 July 2020

Page text matches

  • echo "puevfgbcu.punzc@tznvy.pbz" | tr 'A-M N-Z a-m n-z' 'N-Z A-M n-z a-m' tr 'P-~\!-O' '\!-~' <<<"49C:DE@A9]492>Ao8>2:=]4@>"
    6 KB (939 words) - 06:58, 19 April 2022
  • <tr><td class="page" valign="top"> <tr class="title"><td colspan="2">'''Command mode'''</td></tr>
    14 KB (2,396 words) - 22:38, 21 June 2023
  • $ openssl rand -base64 512 | tr -d '\r\n' > /tmp/my_random_key cat -s foo | tr -d '\f'
    20 KB (3,106 words) - 23:38, 10 September 2021
  • ...wlines to Unix newlines cannot be done with sed in a DOS environment. Use "tr" instead. tr -d \r <infile >outfile # GNU tr version 1.22 or higher
    30 KB (4,929 words) - 22:47, 21 August 2019
  • printf "%s:%d\n" $(printf "%d." $(echo ${h%:*}|sed 's/../0x& /g'|tr ' ' '\n'|tac)|sed 's/\.$/\n/') 0x${h#*:};
    18 KB (2,772 words) - 22:57, 26 October 2021
  • '''<code>tr</code>''' is a [[:Category:Linux Command Line Tools|Linux CLI]] [[coreutils tr [option]... set1 [set2]
    11 KB (1,812 words) - 07:26, 1 July 2020
  • $ cat /proc/$(pidof dnsmasq)/cmdline | tr '\0' '\n'
    18 KB (2,225 words) - 21:41, 8 April 2016
  • grep -vE "(${IGNORE_ZONES})" | tr '\n' ',') tr -d '[]",' | sed '/^$/d' | tr '\n' ',' | tr -d ' '))
    7 KB (784 words) - 22:14, 25 January 2023
  • ; <code>tr / tm->when</code> : The <code>tr</code> field indicates whether a timer is active for this socket. A value o printf "%s:%d\n" $(printf "%d." $(echo ${h%:*}|sed 's/../0x& /g'|tr ' ' '\n'|tac)|sed 's/\.$/\n/') 0x${h#*:};
    4 KB (652 words) - 22:26, 20 January 2022
  • $ ps aux | \grep [k]ube-apiserver | tr ' ' '\n' | grep encryption $ ps aux | \grep [k]ube-apiserver | tr ' ' '\n' | grep encryption
    41 KB (5,236 words) - 22:30, 20 August 2020
  • ...data.name}:{range @.status.conditions[*]}{@.type}={@.status};{end}{end}' | tr ';' "\n" $ echo mysqlpasswd | tr -d '\n' > password.txt
    168 KB (22,699 words) - 17:26, 19 January 2024
  • ...awk '!/^\||^>|^$/{sub(":","");print $1}END{print "target"}' adult.names | tr '\n' ',' )
    25 KB (3,055 words) - 16:50, 20 March 2017
  • $ tr '\0' '\n' </proc/device-tree/model;arch $ tr '\0' '\n' </proc/device-tree/model;arch
    9 KB (1,204 words) - 22:57, 24 September 2022
  • $ export OS=$(uname -s| tr '[:upper:]' '[:lower:]')
    6 KB (848 words) - 06:12, 12 September 2021
  • ...shells. In the following example, text is passed to the [[tr (Unix)|<code>tr</code>]] command (transliterating lower to upper-case) using a here documen $ LANG=C tr a-z A-Z << END_TEXT
    7 KB (1,241 words) - 00:46, 29 June 2020