Tag: CLI
Browse all articles, tutorials, and guides about CLI
Posts
⌘K
Linux
2024-09-05|9 min read
How to Parse Command Line Arguments in Bash
Learn various methods to parse command line arguments in Bash scripts, including positional parameters, getopts, and advanced argument handling techniques.
Python
2024-08-11|6 min read
What Is the Quickest Way to HTTP GET in Python?
Need to make a quick HTTP GET request in Python? Here's how to do it with standard libraries and third-party tools, including pros and tradeoffs.