til

Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager

View project on GitHub

Explainshell.com

Awesome website that explains shell commands.

Example:

  • https://www.explainshell.com/explain?cmd=cat+urls.txt+%7C+xargs+-n+1+curl+-O+-L#

From the front page you can enter a command and it will explain what each part of the command does.

Do note it has limits and do not know commands like jq etc.

Bonus! it supports both dark and light themes.

Resources and References