Skip to content

v2.1.3

Compare
Choose a tag to compare
@ryuichiueda ryuichiueda released this 01 Nov 08:43
· 47 commits to master since this release
  • support of null string for input field separator
$ echo abc | opy -i '' '[F2]'
b
  • make variables read by -v option keep as strings when -s is given
$ echo abc | opy -s -v a=123 '[a*2]'
123123