The s2a project is a sed to awk conversion utility written in awk. As input it takes sed scripts, and it outputs an equivalent awk script.
[20 Feb 2008] Version 0.0 [s2a_v00.awk] - first attempt
This version should be fully functional as far as the following sed commands are concerned: a,d,s,p,q,c,i,n.
Commands to be implemented in the future: {},=,h,g,N,P,r,x,y,l,H,G,D,b,t,:
known issues:
$ is not a valid line address.
line continuation with '\' is not implemented.
Choose your way out: [sed2awk project]
[awklores home]