commit 0bc91a6ef9f520f15b662ce2cc0213a001d403d6 Author: Patrick Neumann Date: Thu Jul 11 16:55:06 2024 +0000 Example report file structure hinzugefügt 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