tposix.wiki - wiki - knowledgebase of randomness
HTML git clone git://parazyd.org/wiki.git
DIR Log
DIR Files
DIR Refs
---
tposix.wiki (112B)
---
1 = POSIX =
2 * http://www.etalabs.net/sh_tricks.html
3
4 == Globbing directories ==
5 {{{shell
6 printf %s\\n */
7 }}}
8
9