This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
sandbox:sandbox [2022/03/29 17:21] manu [Developpment] |
sandbox:sandbox [2023/11/09 15:39] (current) manu |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Sandbox ====== | ====== Sandbox ====== | ||
+ | |||
+ | |||
+ | |||
+ | <code> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </code> | ||
===== Developpment ===== | ===== Developpment ===== | ||
+ | |||
<code> | <code> | ||
# cat tsm_substitutions.txt | # cat tsm_substitutions.txt | ||
- | server;strict;TSMR1;PROD | + | server;strict;TSMPRD1;PROD |
fs;strict;/root;EXCH | fs;strict;/root;EXCH | ||
fs;grep;/usr;SYS | fs;grep;/usr;SYS | ||
Line 45: | Line 56: | ||
^ 20% ^ 80% ^ | ^ 20% ^ 80% ^ | ||
| Specified width | The rest of the table width | | | Specified width | The rest of the table width | | ||
+ | |||
+ | ==== color ==== | ||
+ | |||
+ | <code> | ||
+ | <color green>text</color> | ||
+ | <color blue/lightgrey>text</color> | ||
+ | <color #FF0000>text</color> | ||
+ | <color /#FFff00>text</color> | ||
+ | <color rgb(80%,0%,0%)/rgb(100%,80%,100%)>text</color> | ||
+ | <color hsl(120,100%,30%):hsl(180,50%,90%)>text</color> | ||
+ | </code> | ||
+ | |||
+ | <color green>text</color> | ||
+ | <color blue/lightgrey>text</color> | ||
+ | <color #FF0000>text</color> | ||
+ | <color /#FFff00>text</color> | ||
+ | <color rgb(80%,0%,0%)/rgb(100%,80%,100%)>text</color> | ||
+ | <color hsl(120,100%,30%):hsl(180,50%,90%)>text</color> |