preaction / ETL-Yertl

ETL With a Shell
http://preaction.me/yertl
Other
27 stars 4 forks source link

String interpolation #19

Open preaction opened 10 years ago

preaction commented 10 years ago

Use the standard shell construct $(EXPR), and maybe going so far as to implement more of the suggestions found in POSIX: http://pubs.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html

preaction commented 6 years ago

Perhaps instead of using $(EXPR) or ${EXPR}, we could use %{EXPR} to match with ygrok's syntax.