From 0bc91a6ef9f520f15b662ce2cc0213a001d403d6 Mon Sep 17 00:00:00 2001 From: Patrick Neumann Date: Thu, 11 Jul 2024 16:55:06 +0000 Subject: [PATCH] =?UTF-8?q?Example=20report=20file=20structure=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Example-report-file-structure.md | 40 ++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 Example-report-file-structure.md diff --git a/Example-report-file-structure.md b/Example-report-file-structure.md new file mode 100644 index 0000000..19a1b95 --- /dev/null +++ b/Example-report-file-structure.md @@ -0,0 +1,40 @@ +``` +$ tree fat16 +fat16 +├── PART_001 +│   ├── fls.html +│   ├── fsstat.html +│   ├── istat +│   │   ├── 11.html +│   │   ├── 3.html +│   │   ├── 3998019.html +│   │   ├── 3998020.html +│   │   ├── 3998021.html +│   │   ├── 3998022.html +│   │   ├── 5.html +│   │   ├── 583.html +│   │   ├── 646.html +│   │   ├── 649.html +│   │   ├── 7.html +│   │   ├── 710.html +│   │   ├── 713.html +│   │   ├── 716.html +│   │   └── 9.html +│   └── pictures +│   ├── 583 +│   ├── 649 +│   ├── 713 +│   └── 716 +├── PART_01 -> PART_001 +├── favicon.ico +├── html5shiv.min.js +├── iehacks.min.css +├── index.html +├── main.html +├── polstarlowsax.png +├── robots.txt +├── theme.css +└── yaml-focusfix.min.js + +4 directories, 30 files +``` \ No newline at end of file