„Feloldójel (informatika)” változatai közötti eltérés

[nem ellenőrzött változat][nem ellenőrzött változat]
Tartalom törölve Tartalom hozzáadva
Rei-bot (vitalap | szerkesztései)
a Robot: következő hozzáadása: en:Escape character
Pasztillabot (vitalap | szerkesztései)
a Rendezés a gondolatjelek körül
5. sor:
<!--
===Bourne shell===
In [[Bourne shell|sh]], the * character is special, expanding via [[Glob()|globbing]]. In isolation, it expands to the names of all files in the current directory. So to refer to a file literally called * you need to tell the shell to ''not'' interpret it in this way, which you do by preceding it with a backslash (\) -- this ''escapes'' the * character. Compare:
 
<tt>rm *</tt>
51. sor:
 
==External links==
*[http://www.trailing-edge.com/~bobbemer/ESCAPE.HTM That Powerful ESCAPE Character -- Key and Sequences] - [[Bob Bemer]]
* [http://www.codecodex.com/wiki/index.php?title=Escape_sequences_and_escape_characters Escape sequences and characters in Java, C, C++, VB, Python and other languages]