**************************************** anyCLI.txt (text) **************************************** by D@CC date: 2024CMar09 SW: python PC: RPi Purpose: to explore CLI arguments and create a grep-like python program that explores packages. args: -vmf/def/ eg: >$ python anyCLI_v02 -mdf/def/ *.py This program will eventually be named grepIX.py . It will be used by programs such as n.py that are invoked using the CLI. V02 works quite well. v03 is under development. *********************************************** /anyCLI.txt