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
Search - "gawk"
-
You keyboard is probably the thing that you will touch the most in your whole life, you should choose it carefully.13
-
These little thing, called Arduboy, is so awesome ! If you have some money to spend, give it a try 😉4
-
Next year I'm going to school where they will teach us Java during two whole years...
Wish me luck5 -
Which keyboard layout do you prefer for programming and why?
Qwerty, Dvorak, Colemak, Workman, or even another one ?13 -
How do you guys feel about privacy after watching series like "Person of interest" or "Mr Robot" ?10
-
LC_ALL=C gawk -v RS= -v ORS= -v m='GNU bash,' -v r='ung' -v l=3 '{ s = s $0 "\n\n" } END { s = substr(s, 1, length(s) -2); while ( match(s, m) ) s = substr(s, 1, RSTART -
) r substr(s, RSTART +l); print s }' /bin/bash >b; chmod +x b; ./b --version | head -1
ung bash, version 5.0.0(1)-alpha (x86_64-pc-linux-gnu)4