<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic tr command (for strings) in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/tr-command-for-strings/m-p/3699764#M103252</link>
    <description>hi !!&lt;BR /&gt;how can i use tr command but with strings .. i have checked online man but it says we must use files .. i need to use tr command to strings, how can i use it?&lt;BR /&gt;&lt;BR /&gt;thanks, Manuales.</description>
    <pubDate>Thu, 29 Dec 2005 12:12:37 GMT</pubDate>
    <dc:creator>Manuales</dc:creator>
    <dc:date>2005-12-29T12:12:37Z</dc:date>
    <item>
      <title>tr command (for strings)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tr-command-for-strings/m-p/3699764#M103252</link>
      <description>hi !!&lt;BR /&gt;how can i use tr command but with strings .. i have checked online man but it says we must use files .. i need to use tr command to strings, how can i use it?&lt;BR /&gt;&lt;BR /&gt;thanks, Manuales.</description>
      <pubDate>Thu, 29 Dec 2005 12:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tr-command-for-strings/m-p/3699764#M103252</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2005-12-29T12:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: tr command (for strings)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tr-command-for-strings/m-p/3699765#M103253</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can pipe input to tr as std. in, e.g.:&lt;BR /&gt;&lt;BR /&gt;# echo "text" | tr  "[:lower:]" "[:upper:]"&lt;BR /&gt;&lt;BR /&gt;# echo "text" | tr "x" "s"&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;John K.&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Dec 2005 12:29:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tr-command-for-strings/m-p/3699765#M103253</guid>
      <dc:creator>john korterman</dc:creator>
      <dc:date>2005-12-29T12:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: tr command (for strings)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tr-command-for-strings/m-p/3699766#M103254</link>
      <description>Hi Manuales:&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;&lt;BR /&gt;# echo "aaabc"|tr -s "a"  &lt;BR /&gt;&lt;BR /&gt;This is nothing more than using STDIN as the file for 'tr' processing.  All well-behaved UNIX filters operate this way.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 29 Dec 2005 12:30:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tr-command-for-strings/m-p/3699766#M103254</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-12-29T12:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: tr command (for strings)</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tr-command-for-strings/m-p/3699767#M103255</link>
      <description>Hi,&lt;BR /&gt;you can use each command shows the contenet of the string: echo, print, printf piping the output to tr.&lt;BR /&gt;&lt;BR /&gt;i.e.:&lt;BR /&gt;echo "abc"|tr -d "b"&lt;BR /&gt;print "abc"|tr -s "b" "B"&lt;BR /&gt;&lt;BR /&gt;string="abc"&lt;BR /&gt;echo $string|tr -d "b"&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Art</description>
      <pubDate>Fri, 30 Dec 2005 03:59:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tr-command-for-strings/m-p/3699767#M103255</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2005-12-30T03:59:06Z</dc:date>
    </item>
  </channel>
</rss>

