<?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: how to change the latest character of the filename from 0 --&amp;gt; ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-the-latest-character-of-the-filename-from-0-gt/m-p/3115843#M149774</link>
    <description>john,&lt;BR /&gt;&lt;BR /&gt;mv 2003-11-10_235900 "2003-11-10_235900?"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Tue, 11 Nov 2003 06:11:58 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2003-11-11T06:11:58Z</dc:date>
    <item>
      <title>how to change the latest character of the filename from 0 --&gt; ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-the-latest-character-of-the-filename-from-0-gt/m-p/3115842#M149773</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have a filename like:&lt;BR /&gt;2003-11-10_235900, but I want to translate it to 2003-11-10_235900?. The question is how??&lt;BR /&gt;I just want to change the latest character from 0 to ?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;//john</description>
      <pubDate>Tue, 11 Nov 2003 06:08:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-the-latest-character-of-the-filename-from-0-gt/m-p/3115842#M149773</guid>
      <dc:creator>Ho_5</dc:creator>
      <dc:date>2003-11-11T06:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to change the latest character of the filename from 0 --&gt; ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-the-latest-character-of-the-filename-from-0-gt/m-p/3115843#M149774</link>
      <description>john,&lt;BR /&gt;&lt;BR /&gt;mv 2003-11-10_235900 "2003-11-10_235900?"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 11 Nov 2003 06:11:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-the-latest-character-of-the-filename-from-0-gt/m-p/3115843#M149774</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-11-11T06:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to change the latest character of the filename from 0 --&gt; ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-the-latest-character-of-the-filename-from-0-gt/m-p/3115844#M149775</link>
      <description>John,&lt;BR /&gt; &lt;BR /&gt;It's a bad idea to have a "?" in your filename because "?" is a shell meta-character.  This means that things like "ls *?*" won't give you the results you were expecting.  Also, "rm 2003-11-10_23590?" would actually remove all files that begin with 2003-11-10_23590 and have one other character after them, not just the one file you meant.&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Tue, 11 Nov 2003 06:12:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-the-latest-character-of-the-filename-from-0-gt/m-p/3115844#M149775</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-11-11T06:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to change the latest character of the filename from 0 --&gt; ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-the-latest-character-of-the-filename-from-0-gt/m-p/3115845#M149776</link>
      <description>you must exclude the ?&lt;BR /&gt;just use:&lt;BR /&gt;mv 2003-11-10_235900 2003-11-10_235900\?&lt;BR /&gt;&lt;BR /&gt;the result will be &lt;BR /&gt;2003-11-10_235900?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Nov 2003 06:12:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-the-latest-character-of-the-filename-from-0-gt/m-p/3115845#M149776</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2003-11-11T06:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to change the latest character of the filename from 0 --&gt; ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-the-latest-character-of-the-filename-from-0-gt/m-p/3115846#M149777</link>
      <description>mv 2003-11-10_235900 2003-11-10_23590\?&lt;BR /&gt;&lt;BR /&gt;if you use ksh, make use of name competion then just replace the last char by \?&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor</description>
      <pubDate>Tue, 11 Nov 2003 06:14:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-change-the-latest-character-of-the-filename-from-0-gt/m-p/3115846#M149777</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2003-11-11T06:14:10Z</dc:date>
    </item>
  </channel>
</rss>

