Re: [gentoo-user] Recreating a directory structure and indicating a files presence

2012-09-23 Thread Andrew Lowe
On 09/20/12 22:13, Alan McKinnon wrote: On Thu, 20 Sep 2012 20:33:39 +0800 Andrew Lowe wrote: Hi all, I have the situation where I have a large amount of data, many TB's, made up of many, many files. This information has now been archived but I've got people who want to be able to see

Re: [gentoo-user] Recreating a directory structure and indicating a files presence

2012-09-20 Thread Michael Mol
On Thu, Sep 20, 2012 at 12:04 PM, Michael Mol wrote: > On Thu, Sep 20, 2012 at 11:54 AM, Pandu Poluan wrote: >> >> On Sep 20, 2012 10:04 PM, "Michael Mol" wrote: >>> >>> On Thu, Sep 20, 2012 at 10:48 AM, Neil Bothwick >>> wrote: >>> > On Thu, 20 Sep 2012 16:13:08 +0200, Alan McKinnon wrote: >>>

Re: [gentoo-user] Recreating a directory structure and indicating a files presence

2012-09-20 Thread Michael Mol
On Thu, Sep 20, 2012 at 11:54 AM, Pandu Poluan wrote: > > On Sep 20, 2012 10:04 PM, "Michael Mol" wrote: >> >> On Thu, Sep 20, 2012 at 10:48 AM, Neil Bothwick >> wrote: >> > On Thu, 20 Sep 2012 16:13:08 +0200, Alan McKinnon wrote: >> > >> >> On the archive: >> >> >> >> find /root/of/dir/structur

Re: [gentoo-user] Recreating a directory structure and indicating a files presence

2012-09-20 Thread Pandu Poluan
On Sep 20, 2012 10:04 PM, "Michael Mol" wrote: > > On Thu, Sep 20, 2012 at 10:48 AM, Neil Bothwick wrote: > > On Thu, 20 Sep 2012 16:13:08 +0200, Alan McKinnon wrote: > > > >> On the archive: > >> > >> find /root/of/dir/structure -type d > dirs.txt > >> find /root/of/dir/structure -type f > files

Re: [gentoo-user] Recreating a directory structure and indicating a files presence

2012-09-20 Thread Michael Mol
On Thu, Sep 20, 2012 at 10:48 AM, Neil Bothwick wrote: > On Thu, 20 Sep 2012 16:13:08 +0200, Alan McKinnon wrote: > >> On the archive: >> >> find /root/of/dir/structure -type d > dirs.txt >> find /root/of/dir/structure -type f > files.txt > > This will add '/root/of/dir/structure' to the start of

Re: [gentoo-user] Recreating a directory structure and indicating a files presence

2012-09-20 Thread Neil Bothwick
On Thu, 20 Sep 2012 16:13:08 +0200, Alan McKinnon wrote: > On the archive: > > find /root/of/dir/structure -type d > dirs.txt > find /root/of/dir/structure -type f > files.txt This will add '/root/of/dir/structure' to the start of each path. would it be better to do? cd /root/of/dir/structure f

Re: [gentoo-user] Recreating a directory structure and indicating a files presence

2012-09-20 Thread Alan McKinnon
On Thu, 20 Sep 2012 20:33:39 +0800 Andrew Lowe wrote: > Hi all, > I have the situation where I have a large amount of data, > many TB's, made up of many, many files. This information has now been > archived but I've got people who want to be able to see what data > does/does not exist, fill

[gentoo-user] Recreating a directory structure and indicating a files presence

2012-09-20 Thread Andrew Lowe
Hi all, I have the situation where I have a large amount of data, many TB's, made up of many, many files. This information has now been archived but I've got people who want to be able to see what data does/does not exist, filling in gaps where they may exist. As this data used to be availa