<?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: Absolute path in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/absolute-path/m-p/5667175#M480337</link>
    <description>&lt;P&gt;&amp;gt;# echo ${PWD} &amp;gt;&amp;gt; afile&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your path contains symlinks, you may want to use "pwd -P" to get the actual physical path.&lt;/P&gt;</description>
    <pubDate>Wed, 23 May 2012 19:46:22 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2012-05-23T19:46:22Z</dc:date>
    <item>
      <title>Absolute path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/absolute-path/m-p/5666729#M480331</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can i write absolute path of the entire&amp;nbsp; directory into a file in a folder?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2012 12:58:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/absolute-path/m-p/5666729#M480331</guid>
      <dc:creator>arunthoray</dc:creator>
      <dc:date>2012-05-23T12:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Absolute path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/absolute-path/m-p/5666767#M480332</link>
      <description>&lt;P&gt;# cd /abc/def/ghi&lt;/P&gt;&lt;P&gt;# echo ${PWD} &amp;gt;&amp;gt; afile&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# cat file&lt;/P&gt;&lt;P&gt;/abc/def/ghi&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2012 13:32:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/absolute-path/m-p/5666767#M480332</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2012-05-23T13:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Absolute path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/absolute-path/m-p/5666903#M480333</link>
      <description>&lt;P&gt;My question is, how can i list all directories presnt in a directory to a file.Suppose five directories are inside on directory and i wnated to list entire directories absolute path in a file..&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2012 15:08:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/absolute-path/m-p/5666903#M480333</guid>
      <dc:creator>arunthoray</dc:creator>
      <dc:date>2012-05-23T15:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Absolute path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/absolute-path/m-p/5666967#M480334</link>
      <description>&lt;P&gt;Do you just want the directories in your current directory or do you want to traverse the entire directory structure?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you want only these directories:&lt;/P&gt;&lt;PRE&gt;# ls -l |grep ^drw
drwxr-xr-x  20 root       sys           8192 May 23 07:10 .
drwxr-xr-x  26 root       root          8192 May 15 11:15 ..
drwxr-xr-x  11 root       sys           8192 Apr 19  2011 .dt
drwx------   2 root       sys             96 Jan 25  2010 .elm
drwx------   2 root       sys           8192 Feb 17  2011 .gnupg
drwx------   2 root       sys             96 Aug 16  2010 .hh
drwx------   3 root       sys             96 Jun 30  2011 .java
drwx------   3 root       sys             96 Sep 13  2011 .mozilla
drwx------   2 root       sys           8192 Aug 25  2010 .ssh
drwxr-xr-x   6 root       sys           8192 Jun  1  2011 .sw
drwx------   4 root       root            96 Oct  9  2010 .swa
drwxr-xr-x   2 root       sys           8192 Dec 21 16:09 Functions
drwx------   2 root       sys             96 Jun 16  2011 MWAtools
drwxr-xr-x   2 root       sys             96 Dec 10  2010 Mail
drwxr-xr-x   2 root       sys           8192 May 23 09:38 bin
drwxr-xr-x   2 root       sys           8192 Apr 23 13:08 cfg-scripts
drwx------   4 root       sys           8192 Jan  8 13:54 dev
drwxr-xr-x   2 root       sys             96 Nov 11  2009 old
drwx------   3 root       sys             96 Jun 30  2011 omniback
drwxr-xr-x   2 root       sys           8192 Feb 27  2011 zamboni&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Or do you want the entire directory tree.&amp;nbsp; For example, the following is the structure from the omniback directory:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;# ll omniback/
total 16
drwx------   3 root       sys             96 Jun 30  2011 .
drwxr-xr-x  20 root       sys           8192 May 23 07:10 ..
drwx------   3 root       sys             96 Jun 30  2011 config
# ll omniback/config
total 0
drwx------   3 root       sys             96 Jun 30  2011 .
drwx------   3 root       sys             96 Jun 30  2011 ..
drwx------   3 root       sys             96 Jun 30  2011 client
# ll omniback/config/client
total 0
drwx------   3 root       sys             96 Jun 30  2011 .
drwx------   3 root       sys             96 Jun 30  2011 ..
drwx------   2 root       sys             96 Jan 24 16:28 javagui&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want the ENTIRE directory structure for your current working directory you can do:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# find ${PWD} -type d &amp;gt; afile&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2012 16:04:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/absolute-path/m-p/5666967#M480334</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2012-05-23T16:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Absolute path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/absolute-path/m-p/5667175#M480337</link>
      <description>&lt;P&gt;&amp;gt;# echo ${PWD} &amp;gt;&amp;gt; afile&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your path contains symlinks, you may want to use "pwd -P" to get the actual physical path.&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2012 19:46:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/absolute-path/m-p/5667175#M480337</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-05-23T19:46:22Z</dc:date>
    </item>
  </channel>
</rss>

