[HacktionLab] how to copy directory & file structure & names [HTML output?]

nowisthetime at riseup.net nowisthetime at riseup.net
Fri Jun 7 13:07:25 UTC 2013


HTML output of my directories and files is the closest I found in case it
ever interests you to show your file and folder structure to others:
http://www.rlvision.com/snap2html/about.asp

Picture on the above page is pretty evident of what it does.
won't go on much about this as the above will be my solution

....other than that yes, directories and files output to a text file are
maybe good for reference... but not great for much else
Any more than a couple directories and files means you have yourself a
large list going many pages (hardly openable in notepad etc) which you
must see all at the same time and look through, scroll, get perhaps a bit
giddy from whilst scrolling/separating what's what :)

my aim is to send something to someone so they can browse the folders (or
have some indicator of) that are labelled and then look inside them should
it interest them, rather than see everything at once in text format.

I apologise for not mentioning Windows being my OS choice for now

Any more examples close to 'snap2html' or similar is very welcome. Picture
on that link at the top of this email shows clickable directories.

won't go on much about this as the above will be my solution

x

> Send HacktionLab mailing list submissions to
> 	hacktionlab at lists.aktivix.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	https://lists.aktivix.org/mailman/listinfo/hacktionlab
> or, via email, send a message with subject or body 'help' to
> 	hacktionlab-request at lists.aktivix.org
>
> You can reach the person managing the list at
> 	hacktionlab-owner at lists.aktivix.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of HacktionLab digest..."
>
>
> Today's Topics:
>
>    1. how to copy directory & file structure & names without
>       actually copying the actual data? [off topic]
>       (nowisthetime at riseup.net)
>    2. Re: how to copy directory & file structure & names without
>       actually copying the actual data? [off topic] (Marcus Valentine)
>    3. Re: how to copy directory & file structure & names without
>       actually copying the actual data? [off topic] (Alan Dawson)
>    4. Re: how to copy directory & file structure & names without
>       actually copying the actual data? [off topic]
>       (justsomename at tormail.org)
>    5. Re: how to copy directory & file structure & names without
>       actually copying the actual data? [off topic]
>       (justsomename at tormail.org)
>    6. Re: how to copy directory & file structure & names without
>       actually copying the actual data? [off topic]
>       (justsomename at tormail.org)
>    7. Re: how to copy directory & file structure & names without
>       actually copying the actual data? [off topic] (Brent)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 6 Jun 2013 15:28:07 -0000
> From: nowisthetime at riseup.net
> To: hacktionlab at lists.aktivix.org
> Subject: [HacktionLab] how to copy directory & file structure & names
> 	without actually copying the actual data? [off topic]
> Message-ID:
> 	<1ccba8e08e4d63f27cc1ffba43c0b3d3.squirrel at fruiteater.riseup.net>
> Content-Type: text/plain;charset=utf-8
>
> hello folks and hope all is going well - the spirit of hacktion is still
> with me no joke! just looking for ways to give back the goodness that I
> got with the other skills I have (not programming!)
>
> ok so this is what I'm seeking help about:
>
> How to copy directory & file structure & names without actually copying
> the actual data? So still showing the names of directories and their files
> inside able for anyone to browse but 0 data in the files...
>
> This way I can send over my folder structure and files without the actual
> huge data and people can browse my movies, music or workshops and request
> the actual data later...
>
> many thanks
> x Yo
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 06 Jun 2013 16:53:20 +0100
> From: Marcus Valentine <marcus at marcusv.org>
> To: hacktionlab at lists.aktivix.org
> Subject: Re: [HacktionLab] how to copy directory & file structure &
> 	names without actually copying the actual data? [off topic]
> Message-ID: <51B0B070.5030605 at marcusv.org>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Recursive directory listing?
>
> ls -lR
>
> On 06/06/2013 16:28, nowisthetime at riseup.net wrote:
>> hello folks and hope all is going well - the spirit of hacktion is still
>> with me no joke! just looking for ways to give back the goodness that I
>> got with the other skills I have (not programming!)
>>
>> ok so this is what I'm seeking help about:
>>
>> How to copy directory & file structure & names without actually copying
>> the actual data? So still showing the names of directories and their
>> files
>> inside able for anyone to browse but 0 data in the files...
>>
>> This way I can send over my folder structure and files without the
>> actual
>> huge data and people can browse my movies, music or workshops and
>> request
>> the actual data later...
>>
>> many thanks
>> x Yo
>
>
>
>
> ------------------------------
>
> Message: 3
> Date: Thu, 6 Jun 2013 17:38:41 +0100
> From: Alan Dawson <aland at burngreave.net>
> To: Marcus Valentine <marcus at marcusv.org>
> Cc: hacktionlab at lists.aktivix.org
> Subject: Re: [HacktionLab] how to copy directory & file structure &
> 	names without actually copying the actual data? [off topic]
> Message-ID: <20130606163840.GB27490 at apple.rat.burntout.org>
> Content-Type: text/plain; charset="us-ascii"
>
> On Thu, Jun 06, 2013 at 04:53:20PM +0100, Marcus Valentine wrote:
>> Recursive directory listing?
>>
>> ls -lR
>>
>
> `find` with no arguments
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 836 bytes
> Desc: Digital signature
> URL:
> <https://lists.aktivix.org/pipermail/hacktionlab/attachments/20130606/d7554843/attachment-0001.pgp>
>
> ------------------------------
>
> Message: 4
> Date: Thu, 6 Jun 2013 17:01:25 -0000
> From: justsomename at tormail.org
> To: "Alan Dawson" <aland at burngreave.net>
> Cc: hacktionlab at lists.aktivix.org
> Subject: Re: [HacktionLab] how to copy directory & file structure &
> 	names without actually copying the actual data? [off topic]
> Message-ID: <1UkdYz-000DvT-5c at internal.tormail.org>
> Content-Type: text/plain;charset=iso-8859-1
>
> Try this:
> $mkdir /tmp/test
> $cd /tmp/test
> $for i in `find /<full path of directory you want a copy of>/`; do  mkdir
> -p /tmp/test$i; done;
>
> Though i think that's probably a silly way to do this, as a text file
> using
> $find SOME_DIRECTORY > /tmp/listing 2>&1
> will give you an index anyway.
>
>> On Thu, Jun 06, 2013 at 04:53:20PM +0100, Marcus Valentine wrote:
>>> Recursive directory listing?
>>>
>>> ls -lR
>>>
>>
>> `find` with no arguments
>>
>> _______________________________________________
>> HacktionLab mailing list
>> HacktionLab at lists.aktivix.org
>> https://lists.aktivix.org/mailman/listinfo/hacktionlab
>>
>
>
>
>
> ------------------------------
>
> Message: 5
> Date: Thu, 6 Jun 2013 17:01:14 -0000
> From: justsomename at tormail.org
> To: "Alan Dawson" <aland at burngreave.net>
> Cc: hacktionlab at lists.aktivix.org
> Subject: Re: [HacktionLab] how to copy directory & file structure &
> 	names without actually copying the actual data? [off topic]
> Message-ID: <1UkdYo-000Duh-CZ at internal.tormail.org>
> Content-Type: text/plain;charset=iso-8859-1
>
> Try this:
> $mkdir /tmp/test
> $cd /tmp/test
> $for i in `find /<full path of directory you want a copy of>/`; do  mkdir
> -p /tmp/test$i; done;
>
> Though i think that's probably a silly way to do this, as a text file
> using
> $find SOME_DIRECTORY > /tmp/listing 2>&1
> will give you an index anyway.
>
>> On Thu, Jun 06, 2013 at 04:53:20PM +0100, Marcus Valentine wrote:
>>> Recursive directory listing?
>>>
>>> ls -lR
>>>
>>
>> `find` with no arguments
>>
>> _______________________________________________
>> HacktionLab mailing list
>> HacktionLab at lists.aktivix.org
>> https://lists.aktivix.org/mailman/listinfo/hacktionlab
>>
>
>
>
>
> ------------------------------
>
> Message: 6
> Date: Thu, 6 Jun 2013 17:09:04 -0000
> From: justsomename at tormail.org
> To: justsomename at tormail.org
> Cc: hacktionlab at lists.aktivix.org
> Subject: Re: [HacktionLab] how to copy directory & file structure &
> 	names without actually copying the actual data? [off topic]
> Message-ID: <1UkdgO-000F20-Bq at internal.tormail.org>
> Content-Type: text/plain;charset=iso-8859-1
>
> Sorry, that was silly, ignore the last one.
>
> Look up the options for rsync, i think that will give you what you want.
>
>> Try this:
>> $mkdir /tmp/test
>> $cd /tmp/test
>> $for i in `find /<full path of directory you want a copy of>/`; do
>> mkdir
>> -p /tmp/test$i; done;
>>
>> Though i think that's probably a silly way to do this, as a text file
>> using
>> $find SOME_DIRECTORY > /tmp/listing 2>&1
>> will give you an index anyway.
>>
>>> On Thu, Jun 06, 2013 at 04:53:20PM +0100, Marcus Valentine wrote:
>>>> Recursive directory listing?
>>>>
>>>> ls -lR
>>>>
>>>
>>> `find` with no arguments
>>>
>>> _______________________________________________
>>> HacktionLab mailing list
>>> HacktionLab at lists.aktivix.org
>>> https://lists.aktivix.org/mailman/listinfo/hacktionlab
>>>
>>
>
>
>
>
>
> ------------------------------
>
> Message: 7
> Date: Thu, 6 Jun 2013 19:59:38 +0100
> From: Brent <thebrentc at gmail.com>
> Cc: "hacktionlab at lists.aktivix.org" <hacktionlab at lists.aktivix.org>
> Subject: Re: [HacktionLab] how to copy directory & file structure &
> 	names without actually copying the actual data? [off topic]
> Message-ID:
> 	<CAFP8rFjcfjj8vzURPp+tsGMj_wDLOPdeULAjaW5gCAE7dwJ1CA at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> can't resist.. would xcopy /t on Windows work?
>
> luv
> B
>
>
> On 6 June 2013 16:28, <nowisthetime at riseup.net> wrote:
>
>> hello folks and hope all is going well - the spirit of hacktion is still
>> with me no joke! just looking for ways to give back the goodness that I
>> got with the other skills I have (not programming!)
>>
>> ok so this is what I'm seeking help about:
>>
>> How to copy directory & file structure & names without actually copying
>> the actual data? So still showing the names of directories and their
>> files
>> inside able for anyone to browse but 0 data in the files...
>>
>> This way I can send over my folder structure and files without the
>> actual
>> huge data and people can browse my movies, music or workshops and
>> request
>> the actual data later...
>>
>> many thanks
>> x Yo
>>
>>
>> _______________________________________________
>> HacktionLab mailing list
>> HacktionLab at lists.aktivix.org
>> https://lists.aktivix.org/mailman/listinfo/hacktionlab
>>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <https://lists.aktivix.org/pipermail/hacktionlab/attachments/20130606/3eca0128/attachment-0001.html>
>
> ------------------------------
>
> _______________________________________________
> HacktionLab mailing list
> HacktionLab at lists.aktivix.org
> https://lists.aktivix.org/mailman/listinfo/hacktionlab
>
>
> End of HacktionLab Digest, Vol 62, Issue 10
> *******************************************
>


-------------------------------------------------
          keep working on the journey...
               I need help, do you?
    Let's add to a free school or university!
  >>>    https://network23.org/freeschool   <<<
-------------------------------------------------




More information about the HacktionLab mailing list