View Single Post
Old 04-02-2016, 09:40 PM   #58
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Would pictures help?
As seen over the USB cable to your PC - -

The result of un-archiving the report archive:
Code:
top level of visible storage
├── extensions
│   └── gov-set
│       ├── bin
│       │   ├── cpuReport.lua
│       │   └── set-governor.sh
│       ├── config.xml
│       ├── esys.lua
│       └── menu.json
The result of un-archiving the lua-base-penlight KUAL-system archive:
Code:
top level of visible storage
|
esys
└── usr
    ├── lib
    │   ├── lua5.1
    │   │   ├── lfs.so
    │   │   └── lxp.so
    │   └── luajit
    └── share
        ├── doc
        │    ├── lua-expat
        │    │    ├── changelog.Debian.gz
        │    │    └── copyright
        │    ├── lua-filesystem
        │    │    ├── changelog.Debian.gz
        │    │    └── copyright
        │    └── lua-penlight
        │        ├── changelog.Debian.gz
        │        └── copyright
        ├── lua5.1
        │    ├── lxp
        │    │    └── lom.lua
        │    └── pl
        │        ├── app.lua
        │        ├── array2d.lua
        │        ├── class.lua
        │        ├── compat.lua
        │        ├── comprehension.lua
        │        ├── config.lua
        │        ├── data.lua
        │        ├── Date.lua
        │        ├── dir.lua
        │        ├── file.lua
        │        ├── func.lua
        │        ├── import_into.lua
        │        ├── init.lua
        │        ├── input.lua
        │        ├── lapp.lua
        │        ├── lexer.lua
        │        ├── List.lua
        │        ├── luabalanced.lua
        │        ├── Map.lua
        │        ├── MultiMap.lua
        │        ├── operator.lua
        │        ├── OrderedMap.lua
        │        ├── path.lua
        │        ├── permute.lua
        │        ├── pretty.lua
        │        ├── seq.lua
        │        ├── Set.lua
        │        ├── sip.lua
        │        ├── strict.lua
        │        ├── stringio.lua
        │        ├── stringx.lua
        │        ├── tablex.lua
        │        ├── template.lua
        │        ├── test.lua
        │        ├── text.lua
        │        ├── utils.lua
        │        └── xml.lua
        └── luajit

13 directories, 46 files
That is:
/documents
/esys
/extensions
are all at the topmost visible level.

The ascii-art above are just the things your adding, when you look at your Kindle you will also see the things which are already there (KUAL, MrPI, etc. etc.).

Last edited by knc1; 04-02-2016 at 09:50 PM.
knc1 is offline   Reply With Quote