[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

coreutils [2007/03/14 23:07]
bojar sort a uniq
coreutils [2007/03/14 23:21] (current)
bojar bash 'verbatim expansion'
Line 1: Line 1:
 ====== Záludné chování či chyby základních programů ====== ====== Záludné chování či chyby základních programů ======
 +
 +===== bash =====
 +
 +==== "Verbatim expansion" ====
 +
 +Velmi užitečná je konstrukce ''$'...''' v bashi, provádí jen interpretaci zpětného lomítka podle standardu ANSI a jinak ničeho jiného:
 +
 +<code>09:22 obo-desktop ~$ echo $'\x41'
 +A
 +</code>
 +
  
 ===== sort ===== ===== sort =====

[ Back to the navigation ] [ Back to the content ]