<?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 Re: * characters against executable files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/characters-against-executable-files/m-p/3879518#M770820</link>
    <description>Shiv,&lt;BR /&gt;&lt;BR /&gt;You can get somemore details with, &lt;BR /&gt;&lt;BR /&gt;# man lsx  &lt;BR /&gt;or&lt;BR /&gt;# man lsf &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
    <pubDate>Wed, 18 Oct 2006 02:37:02 GMT</pubDate>
    <dc:creator>Raj D.</dc:creator>
    <dc:date>2006-10-18T02:37:02Z</dc:date>
    <item>
      <title>* characters against executable files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/characters-against-executable-files/m-p/3879514#M770816</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i noticed * character against some executable file names.&lt;BR /&gt;In hpux i didn't notice but on solaris i saw these * characters against the executable file names such as shell scripts etc.&lt;BR /&gt;&lt;BR /&gt;Why solaris shows these but not hpux ? Is it due to bash shell or  something else ??&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shiv&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Oct 2006 23:22:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/characters-against-executable-files/m-p/3879514#M770816</guid>
      <dc:creator>Shivkumar</dc:creator>
      <dc:date>2006-10-12T23:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: * characters against executable files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/characters-against-executable-files/m-p/3879515#M770817</link>
      <description>It's the effect of the '-F' option to 'ls'.  I suspect that on the system you see the asterisks that 'ls' is an alias or other way of invoking the base command with the '-F' option enabled.&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Mon, 16 Oct 2006 05:19:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/characters-against-executable-files/m-p/3879515#M770817</guid>
      <dc:creator>Andrew Merritt_2</dc:creator>
      <dc:date>2006-10-16T05:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: * characters against executable files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/characters-against-executable-files/m-p/3879516#M770818</link>
      <description>Hi Shiv:&lt;BR /&gt;&lt;BR /&gt;As Andrew notes, the '-F' option of 'ls' adds a "/" to the dend of directory names; a "*" to the end of executable files; a "|" to the end of files that are pipes; and a "@" to the end of file names that are symbolic links.&lt;BR /&gt;&lt;BR /&gt;Some folks like to alias 'ls' in their profile to enable this by default.&lt;BR /&gt;&lt;BR /&gt;# alias ls='ls -F'&lt;BR /&gt;&lt;BR /&gt;You can easily see this by doing:&lt;BR /&gt;&lt;BR /&gt;# alias&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Oct 2006 08:45:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/characters-against-executable-files/m-p/3879516#M770818</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-10-16T08:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: * characters against executable files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/characters-against-executable-files/m-p/3879517#M770819</link>
      <description>&lt;!--!*#--&gt;Shiv,&lt;BR /&gt;&lt;BR /&gt;Also be aware that shorthand versions of the 'ls' command with various options specified exist.  For instance, 'lsf' is shorthand for 'ls -F'.  From ls(1):&lt;BR /&gt;&lt;BR /&gt;      ls is known by several shorthand-version names for the various&lt;BR /&gt;      formats:&lt;BR /&gt;&lt;BR /&gt;           l    is equivalent to ls -m&lt;BR /&gt;           ll   is equivalent to ls -l (ell)&lt;BR /&gt;           lsf  is equivalent to ls -F&lt;BR /&gt;           lsr  is equivalent to ls -R&lt;BR /&gt;           lsx  is equivalent to ls -x&lt;BR /&gt;&lt;BR /&gt;      The shorthand notations are implemented as links to ls.  Option arguments to the shorthand versions behave exactly as if the long form above had been used with the additional arguments.&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Mon, 16 Oct 2006 08:52:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/characters-against-executable-files/m-p/3879517#M770819</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-10-16T08:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: * characters against executable files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/characters-against-executable-files/m-p/3879518#M770820</link>
      <description>Shiv,&lt;BR /&gt;&lt;BR /&gt;You can get somemore details with, &lt;BR /&gt;&lt;BR /&gt;# man lsx  &lt;BR /&gt;or&lt;BR /&gt;# man lsf &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Wed, 18 Oct 2006 02:37:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/characters-against-executable-files/m-p/3879518#M770820</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2006-10-18T02:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: * characters against executable files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/characters-against-executable-files/m-p/3879519#M770821</link>
      <description>Shalom, &lt;BR /&gt;&lt;BR /&gt;This is an environment issue that I've successfully ignored for 10 years with no ill effects.&lt;BR /&gt;&lt;BR /&gt;Its nothing to worry about. I've seen it on hpux as well.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 18 Oct 2006 03:17:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/characters-against-executable-files/m-p/3879519#M770821</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-10-18T03:17:58Z</dc:date>
    </item>
  </channel>
</rss>

