<?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 let command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/let-command/m-p/3089393#M144428</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  How I will get fractional values by using "let" command.&lt;BR /&gt;   Thanks in advance&lt;BR /&gt;    Surya.</description>
    <pubDate>Thu, 09 Oct 2003 08:26:36 GMT</pubDate>
    <dc:creator>suryanarayana_1</dc:creator>
    <dc:date>2003-10-09T08:26:36Z</dc:date>
    <item>
      <title>let command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/let-command/m-p/3089393#M144428</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  How I will get fractional values by using "let" command.&lt;BR /&gt;   Thanks in advance&lt;BR /&gt;    Surya.</description>
      <pubDate>Thu, 09 Oct 2003 08:26:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/let-command/m-p/3089393#M144428</guid>
      <dc:creator>suryanarayana_1</dc:creator>
      <dc:date>2003-10-09T08:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: let command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/let-command/m-p/3089394#M144429</link>
      <description>You can't. The shell ONLY does integer math. You will need to use bc, awk, or Perl.&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Oct 2003 08:36:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/let-command/m-p/3089394#M144429</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-10-09T08:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: let command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/let-command/m-p/3089395#M144430</link>
      <description>or use a different shell&lt;BR /&gt;&lt;BR /&gt;#!/usr/dt/bin/dtksh&lt;BR /&gt;&lt;BR /&gt;typeset -F abc  #for a floating point variable&lt;BR /&gt;x=5&lt;BR /&gt;y=20&lt;BR /&gt;abc=$(( x/y ))&lt;BR /&gt;print $abc</description>
      <pubDate>Thu, 09 Oct 2003 09:09:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/let-command/m-p/3089395#M144430</guid>
      <dc:creator>curt larson_1</dc:creator>
      <dc:date>2003-10-09T09:09:32Z</dc:date>
    </item>
  </channel>
</rss>

