DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: tree command for aix

  1. #1
    Join Date
    Nov 2000
    Posts
    175

    tree command for aix

    Hi all,

    I need to get an hierarchical listing of my oracle directories.
    I don't see a tree command, is there something comparable for aix 4.3.3?

    thanks,
    Kathy

  2. #2
    Join Date
    Nov 2000
    Location
    Birmingham, UK
    Posts
    360
    Not familiar with the tree command but
    find . -type d will list all the directories below your current directory, or you can swop the "." for a directory to list any directories below that one.
    HTH

  3. #3
    Join Date
    Nov 2000
    Posts
    175
    I also came across this command, interesting also.

    ls -la /oracle/product/8.0.5/*/* |awk '{ print $NF }' > /oracle/ls_output.lst

    Thanks,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width