technote:markdown_reports
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| technote:markdown_reports [2026/09/18 01:07] – created Scott Cunliffe | technote:markdown_reports [2026/09/18 01:21] (current) – [References] Scott Cunliffe | ||
|---|---|---|---|
| Line 43: | Line 43: | ||
| set " | set " | ||
| - | TMSS10Inventory </ | + | TMSS10Inventory |
| + | </ | ||
| Using the quoted '' | Using the quoted '' | ||
| Line 94: | Line 95: | ||
| set " | set " | ||
| - | TMSS10Inventory > out.md 2> err.txt </ | + | TMSS10Inventory > out.md 2> err.txt |
| + | </ | ||
| The processing flow is: | The processing flow is: | ||
| Line 116: | Line 118: | ||
| set " | set " | ||
| - | TMSS10Inventory > out.md 2> err.txt </ | + | TMSS10Inventory > out.md 2> err.txt |
| + | </ | ||
| A subsequent execution can save the second report as: | A subsequent execution can save the second report as: | ||
| Line 124: | Line 127: | ||
| set " | set " | ||
| - | TMSS10Inventory > out2.md 2> err2.txt </ | + | TMSS10Inventory > out2.md 2> err2.txt |
| + | </ | ||
| The directory may then contain: | The directory may then contain: | ||
| Line 206: | Line 210: | ||
| ``` | ``` | ||
| - | } </ | + | } |
| + | </ | ||
| This example displays the contents of '' | This example displays the contents of '' | ||
| Line 246: | Line 251: | ||
| TMSS10Inventory > out.md 2> err.txt | TMSS10Inventory > out.md 2> err.txt | ||
| - | glow -s dark -w 120 .\out.md </ | + | glow -s dark -w 120 .\out.md |
| + | </ | ||
| After generating a second report: | After generating a second report: | ||
| Line 253: | Line 259: | ||
| glow -s dark -w 120 .\out2.md | glow -s dark -w 120 .\out2.md | ||
| - | Compare-Object (Get-Content .\out.md) (Get-Content .\out2.md) </ | + | Compare-Object (Get-Content .\out.md) (Get-Content .\out2.md) |
| + | </ | ||
| ===== Validation ===== | ===== Validation ===== | ||
| Line 309: | Line 316: | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | |||
| + | |||
| + | {{tag> technote markdown glow}} | ||
technote/markdown_reports.1789693679.txt.gz · Last modified: 2026/09/18 01:07 by Scott Cunliffe
