Y
Hacker News
new
|
ask
|
show
|
jobs
by
snitty
1091 days ago
DSL == Domain Specific Language?
1 comments
Rediscover
1091 days ago
Yes
link
coliveira
1091 days ago
One simple thing I do with awk is to create a command processor: read one line at a time and do things on my data as a response. This is very useful because you can make your command as powerful as needed and call other unix tools as a result.
link
rsolva
1091 days ago
Do you have an example of this that is available somewhere?
link