How far can you go with CLI? What sort of tasks can I automate? I would like to create automated scripts for home use for example I open up a terminal enter webbashexecute and then 5 web pages will open in one browser window in 5 tabs? Also is it possible to lock down folders and only allow access through entering a password in the CLI? or even create a script to hide a full folder which can only be accessed through the CLI?
What am really asking is how far can you go with the CLI what other none development tasks can you automate?
Also I work in software testing so I often use the CLI but to run commands that others have built. If you create a script to automate something doesn't that mean anyone could easily access it through the GUI and edit it in notepad? I would like to create hidden scripts that are only accessible through the CLI and not the UI is this possible?
Thanks,