<?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: attempt to alias ls -a causes wierd symbols and lines to appear in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/attempt-to-alias-ls-a-causes-wierd-symbols-and-lines-to-appear/m-p/3658534#M806007</link>
    <description>ls -1 &amp;gt; file&lt;BR /&gt;&lt;BR /&gt;edit the file with vi&lt;BR /&gt;&lt;BR /&gt;while read -r filename&lt;BR /&gt;do&lt;BR /&gt; rm $filename&lt;BR /&gt;done &amp;lt; file&lt;BR /&gt;&lt;BR /&gt;This will delete the crazy files you don't want.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 26 Oct 2005 15:07:18 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-10-26T15:07:18Z</dc:date>
    <item>
      <title>attempt to alias ls -a causes wierd symbols and lines to appear</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/attempt-to-alias-ls-a-causes-wierd-symbols-and-lines-to-appear/m-p/3658532#M806005</link>
      <description>recently i wanted to alias ls -a and i dont remember what i did but the results were that when i enter an ls command, it lists the files but at the bottom of the list, lines and symbols appear and i have to open a new console for the letters to show up normal again...</description>
      <pubDate>Wed, 26 Oct 2005 14:58:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/attempt-to-alias-ls-a-causes-wierd-symbols-and-lines-to-appear/m-p/3658532#M806005</guid>
      <dc:creator>Eric Bakken</dc:creator>
      <dc:date>2005-10-26T14:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: attempt to alias ls -a causes wierd symbols and lines to appear</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/attempt-to-alias-ls-a-causes-wierd-symbols-and-lines-to-appear/m-p/3658533#M806006</link>
      <description>more than likely, wherever you run the ls command, you had some filenames starting with . (dot) character, which were not listed with plain ls command but became visble thanks to -a switch and one or more of these files had some ANSI control characters in it telling the terminal to change its behavior.&lt;BR /&gt;&lt;BR /&gt;It is nothing new, but I usually end up where you are when I accidentally cat a binary file assuming it is text. Terminal emulators usually come with something called "reset terminal" which effectively restarts the code without hampering your connection but with the default settings, i.e., no goobledy-gook characters.&lt;BR /&gt;&lt;BR /&gt;I have gotten myself into situations, where even the reset terminal did not help. I had to abort the session with a kill signal from another session. It happens every once in a while.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Oct 2005 15:04:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/attempt-to-alias-ls-a-causes-wierd-symbols-and-lines-to-appear/m-p/3658533#M806006</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-10-26T15:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: attempt to alias ls -a causes wierd symbols and lines to appear</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/attempt-to-alias-ls-a-causes-wierd-symbols-and-lines-to-appear/m-p/3658534#M806007</link>
      <description>ls -1 &amp;gt; file&lt;BR /&gt;&lt;BR /&gt;edit the file with vi&lt;BR /&gt;&lt;BR /&gt;while read -r filename&lt;BR /&gt;do&lt;BR /&gt; rm $filename&lt;BR /&gt;done &amp;lt; file&lt;BR /&gt;&lt;BR /&gt;This will delete the crazy files you don't want.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 26 Oct 2005 15:07:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/attempt-to-alias-ls-a-causes-wierd-symbols-and-lines-to-appear/m-p/3658534#M806007</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-10-26T15:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: attempt to alias ls -a causes wierd symbols and lines to appear</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/attempt-to-alias-ls-a-causes-wierd-symbols-and-lines-to-appear/m-p/3658535#M806008</link>
      <description>I tried going and removing the alias but it still does that with any ls command....&lt;BR /&gt;&lt;BR /&gt;and i'm not exactly sure on what you want me to do Steven, I would be content with just getting my regular ls back&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Oct 2005 12:29:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/attempt-to-alias-ls-a-causes-wierd-symbols-and-lines-to-appear/m-p/3658535#M806008</guid>
      <dc:creator>Eric Bakken</dc:creator>
      <dc:date>2005-10-27T12:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: attempt to alias ls -a causes wierd symbols and lines to appear</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/attempt-to-alias-ls-a-causes-wierd-symbols-and-lines-to-appear/m-p/3658536#M806009</link>
      <description>Hi Eric:&lt;BR /&gt;&lt;BR /&gt;Try &lt;BR /&gt;unalias ls&lt;BR /&gt;which ls&lt;BR /&gt;whereis ls&lt;BR /&gt;&lt;BR /&gt;then try:&lt;BR /&gt;&lt;BR /&gt;/usr/bin/ls&lt;BR /&gt;&lt;BR /&gt;if this works for you then you might want to alias your ls to /usr/bin/ls.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;Kofi</description>
      <pubDate>Thu, 27 Oct 2005 12:57:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/attempt-to-alias-ls-a-causes-wierd-symbols-and-lines-to-appear/m-p/3658536#M806009</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2005-10-27T12:57:44Z</dc:date>
    </item>
  </channel>
</rss>

