Conan 0101
2017年8月15日 星期二
[Linux] How to add a literal tab character in a bash shell?
$'\t'
ex:
$ sort -t $'\t'
$ echo -n $'\t'
$ echo -e ' \t ' | hexdump -C
00000000 20 09 20 0a | . .| 00000004
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)