greymd / egzact

Generate flexible patterns on the shell
MIT License
51 stars 2 forks source link

Bugfix/escape invalid character #9

Closed greymd closed 7 years ago

greymd commented 7 years ago

bug fix.

egzact supports double quotation " and backslash \ as any separators (for fs, ofs, ifs, eor, eos).

$ seq 10 | flat ofs='\\"' 3
1\\"2\\"3
4\\"5\\"6
7\\"8\\"9
10