Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		- 
				
				
wowotek57297yI remember a couple of years ago i experimenting on web data extraction task i use wget or something to download the page, and pipe them into awk and export it to a csv or something. That is stupid i think, but i still can do a couple of thing with awk 😂 - 
				
				I need to open a zip in memory and browse all directory and all file in these directory and if it find another zip this is doing it again .
It need to be a executable ( awk -f script.awk ) and all in memory.
It's an exercice but i stay locked i don't find a lot of awk programmers on google.😵 

Some one is a pro in awk language ?
question