Besonderhede van voorbeeld: 7164818685786375166

Metadata

Author: WikiMatrix

Data

English[en]
For example, the code line: echo It is now `date` might result, after command substitution, in the command: echo It is now Sat Mar 16 01:12:22 GMT 2019 which then, on execution, produces the output: It is now Sat Mar 16 01:12:22 GMT 2019 It is sometimes used in source code comments to indicate code, e.g., /* Use the `printf()` function. */ This is also the format the Markdown formatter uses to indicate code.
Finnish[fi]
Esimerkiksi komentorivi: echo Nyt on `date` tuottaa komentosubstituutilla komennon: echo Nyt on su helmikuu 17 12:27:16 GMT 2019 joka taas ajettaessa antaa vastauksen: Nyt on su helmikuu 17 12:27:16 GMT 2019 Ohjelmaan sijoitetussa kommentissa backtickit toisinaan merkitsevät, että niiden välissä oleva teksti voisi myös olla ohjelmointikielen käsky, esimerkiksi: /* Käytä `printf()` -funktiota. */ Tällä tavalla koodi ilmaistaan myös Markdown-muotoilijassa.

History

Your action: