Test: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 16: | Zeile 16: | ||
"xsl". | "xsl". | ||
</pre> | </pre> | ||
| + | =4= | ||
| + | #!/bin/bash | ||
| + | |||
| + | echo -e "Please enter your name: " | ||
| + | read name | ||
| + | echo "Nice to meet you $name" | ||
Version vom 25. November 2019, 14:55 Uhr
erster
zweite
- hhhh
hjj hh hhh
- fff
- ffff
- rrrr
dddd
The lang-* class specifies the language file extensions.
File extensions supported by default include:
"bsh", "c", "cc", "cpp", "cs", "csh", "cyc", "cv", "htm", "html", "java",
"js", "m", "mxml", "perl", "pl", "pm", "py", "rb", "sh", "xhtml", "xml",
"xsl".
4
- !/bin/bash
echo -e "Please enter your name: " read name echo "Nice to meet you $name"