<?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 ls command ... getting full path. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-command-getting-full-path/m-p/4743791#M656052</link>
    <description>Hi ..&lt;BR /&gt;how can i do to get this information when i &lt;BR /&gt;use the command ls:&lt;BR /&gt;&lt;BR /&gt;i am located in&lt;BR /&gt;pwd&lt;BR /&gt;/data/users/files/&lt;BR /&gt;&lt;BR /&gt;the normal out is:&lt;BR /&gt;ls -lat:&lt;BR /&gt;-rw-r--r--   1 508        dba           4274 Dec 15  2009 testfile.txt&lt;BR /&gt;&lt;BR /&gt;i wat to get the out as follows:&lt;BR /&gt;-rw-r--r--   1 508        dba           4274 Dec 15  2009 /data/users/files/testfile.txt&lt;BR /&gt;&lt;BR /&gt;if you see, i want to get the out with the full path where the file name is.&lt;BR /&gt;&lt;BR /&gt;how can i get that?&lt;BR /&gt;thanks.</description>
    <pubDate>Tue, 25 Jan 2011 23:43:10 GMT</pubDate>
    <dc:creator>Manuales</dc:creator>
    <dc:date>2011-01-25T23:43:10Z</dc:date>
    <item>
      <title>ls command ... getting full path.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-command-getting-full-path/m-p/4743791#M656052</link>
      <description>Hi ..&lt;BR /&gt;how can i do to get this information when i &lt;BR /&gt;use the command ls:&lt;BR /&gt;&lt;BR /&gt;i am located in&lt;BR /&gt;pwd&lt;BR /&gt;/data/users/files/&lt;BR /&gt;&lt;BR /&gt;the normal out is:&lt;BR /&gt;ls -lat:&lt;BR /&gt;-rw-r--r--   1 508        dba           4274 Dec 15  2009 testfile.txt&lt;BR /&gt;&lt;BR /&gt;i wat to get the out as follows:&lt;BR /&gt;-rw-r--r--   1 508        dba           4274 Dec 15  2009 /data/users/files/testfile.txt&lt;BR /&gt;&lt;BR /&gt;if you see, i want to get the out with the full path where the file name is.&lt;BR /&gt;&lt;BR /&gt;how can i get that?&lt;BR /&gt;thanks.</description>
      <pubDate>Tue, 25 Jan 2011 23:43:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-command-getting-full-path/m-p/4743791#M656052</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2011-01-25T23:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: ls command ... getting full path.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-command-getting-full-path/m-p/4743792#M656053</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What about of:&lt;BR /&gt;#find /data/users/files/ -type f -exec ls -l {} \;&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Wed, 26 Jan 2011 00:10:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-command-getting-full-path/m-p/4743792#M656053</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2011-01-26T00:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: ls command ... getting full path.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-command-getting-full-path/m-p/4743793#M656054</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;If you need list a specific filename:&lt;BR /&gt;#find /data/users/files/ -name testfile.txt -type f -exec ls -l {} \;&lt;BR /&gt;&lt;BR /&gt;For detailed info about "find" and "ls" commands:&lt;BR /&gt;#man find&lt;BR /&gt;#man ls&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Wed, 26 Jan 2011 00:16:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-command-getting-full-path/m-p/4743793#M656054</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2011-01-26T00:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: ls command ... getting full path.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-command-getting-full-path/m-p/4743794#M656055</link>
      <description>THANKS ... BUT&lt;BR /&gt;if i do this:&lt;BR /&gt;&lt;BR /&gt;$ find /data/users/files/ -name * -type f -exec ls -l {} \;&lt;BR /&gt;find: missing conjunction&lt;BR /&gt;$ find /data/users/files/ -name *.* -type f -exec ls -l {} \;&lt;BR /&gt;find: missing conjunction&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;it is not working .. i want to display all the files with full path under the directory /data/users/file , how can i do that?</description>
      <pubDate>Wed, 26 Jan 2011 01:49:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-command-getting-full-path/m-p/4743794#M656055</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2011-01-26T01:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: ls command ... getting full path.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-command-getting-full-path/m-p/4743795#M656056</link>
      <description>&lt;!--!*#--&gt;&amp;gt; $ find /data/users/files/ -name * [...]&lt;BR /&gt;&lt;BR /&gt;&amp;gt; $ find /data/users/files/ -name *.* [...]&lt;BR /&gt;&lt;BR /&gt;You might try quoting the wildcards:&lt;BR /&gt;&lt;BR /&gt;      find /data/users/files/ -name '*' [...]&lt;BR /&gt;      find /data/users/files/ -name '*.*' [...]&lt;BR /&gt;&lt;BR /&gt;But, if you want all the files, then why use&lt;BR /&gt;_any_ "-name" option?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To see what "find" saw:&lt;BR /&gt;&lt;BR /&gt;      echo *&lt;BR /&gt;      echo *.*</description>
      <pubDate>Wed, 26 Jan 2011 02:15:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-command-getting-full-path/m-p/4743795#M656056</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2011-01-26T02:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: ls command ... getting full path.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-command-getting-full-path/m-p/4743796#M656057</link>
      <description>&amp;gt; ls command ... getting full path. &lt;BR /&gt; &lt;BR /&gt;This will provide what you want:&lt;BR /&gt; &lt;BR /&gt;ls -d $PWD/*</description>
      <pubDate>Wed, 26 Jan 2011 02:34:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-command-getting-full-path/m-p/4743796#M656057</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2011-01-26T02:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: ls command ... getting full path.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-command-getting-full-path/m-p/4743797#M656058</link>
      <description>Thanks all, it worked !!!!</description>
      <pubDate>Wed, 26 Jan 2011 03:23:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-command-getting-full-path/m-p/4743797#M656058</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2011-01-26T03:23:40Z</dc:date>
    </item>
  </channel>
</rss>

