Tech companies spend effort on a FOSS project when either it's their main product, or when they have no choice, it's licensed under GPL and there are no BSD or Apache-licensed alternatives. Contributions are usually done by individual employees in their after-hours time, and most managers see it as directly benefitting their competition.
- Posts
- 2
- Comments
- 318
- Joined
- 3 yr. ago
- Posts
- 2
- Comments
- 318
- Joined
- 3 yr. ago

awk is in a strange position between simple grep commands and full-featured Python programs. It's powerful but too domain-specific, and if you learned how to write multiline sed scripts you don't need awk anymore.
And yes, you can do
python -e "..."
for (really long) Python one-liners.