<?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 need simple script help w/ read in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/need-simple-script-help-w-read/m-p/3566410#M227429</link>
    <description>my scripting is very weak and we do not have a full time or even part time admin. &lt;BR /&gt;&lt;BR /&gt;I need to ask from a script a persons First Name Last Name and change control number and route this reply/answer to a log file.  I think I would use read? &lt;BR /&gt;&lt;BR /&gt;Like &lt;BR /&gt;Lori Szabo 0519887&lt;BR /&gt;&lt;BR /&gt;Can any one help.</description>
    <pubDate>Sat, 18 Jun 2005 15:15:39 GMT</pubDate>
    <dc:creator>LorI Szabo</dc:creator>
    <dc:date>2005-06-18T15:15:39Z</dc:date>
    <item>
      <title>need simple script help w/ read</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-simple-script-help-w-read/m-p/3566410#M227429</link>
      <description>my scripting is very weak and we do not have a full time or even part time admin. &lt;BR /&gt;&lt;BR /&gt;I need to ask from a script a persons First Name Last Name and change control number and route this reply/answer to a log file.  I think I would use read? &lt;BR /&gt;&lt;BR /&gt;Like &lt;BR /&gt;Lori Szabo 0519887&lt;BR /&gt;&lt;BR /&gt;Can any one help.</description>
      <pubDate>Sat, 18 Jun 2005 15:15:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-simple-script-help-w-read/m-p/3566410#M227429</guid>
      <dc:creator>LorI Szabo</dc:creator>
      <dc:date>2005-06-18T15:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: need simple script help w/ read</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-simple-script-help-w-read/m-p/3566411#M227430</link>
      <description>#!/usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;LOGFILE="mylog.log"&lt;BR /&gt;&lt;BR /&gt;echo "Enter First Name: \c"&lt;BR /&gt;read FNAME&lt;BR /&gt;echo "Enter Last Name : \c"&lt;BR /&gt;read LNAME&lt;BR /&gt;echo "Enter Change Control No. : \c"&lt;BR /&gt;read CCNUM&lt;BR /&gt;&lt;BR /&gt;DT=$(date)&lt;BR /&gt;echo "Time: ${DT} ${FNAME} ${LNAME} ${CCNUM}" &amp;gt;&amp;gt; ${LOFGILE}&lt;BR /&gt;</description>
      <pubDate>Sat, 18 Jun 2005 16:56:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-simple-script-help-w-read/m-p/3566411#M227430</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-06-18T16:56:34Z</dc:date>
    </item>
  </channel>
</rss>

