Writing your own (bash) scripts ?
Including some flexiility using option parameters ?
Noticing the amount of code needed for just parsing these options ?
That's where getoptions may help you out.
Just set up your list-of-options and a single call will do the job.
April 2018 - new version getoptions2 written almost entirely in regular expressions, using sed.
New or improved:
- more accurate parsing / handling of values
- mandatory values
- keywords (non-dashed)
- automatic recognition of -help, DEBUG, TEST
- POSIX compliant (works with Ubuntu's dash)
Features
- simplified parsing of option parameters for (bash) scripts
Follow getoptions bash script
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of getoptions bash script!