Gnu-linux-shell-use is a foundation for shell scripting in the GNU/Linux environment.
It is made up of four type of solutions:
- Scripts
- Functions scripts
- One-liners
- Aliases
All the solutions of Gnu-linux-shell-use exist in following paradigms. Each paradigm contains one to two examples:
- Rename all files matching a name recursively.
- Get the size in megabytes of one or more files and/or directories.
- List all processes owned by the current user.
- Print the target architecture of the current operating system.
- Check if the primary wireless local area network device interface is soft blocked.
- Get the vendor name of the CPU.
Gnu-linux-shell-use has an extension repository for solutions consisting of more than one file here.
All the solutions in this repository follow standard guidelines.
If you would like to contribute, please ensure that your contribution adheres to the respective guideline. Here is a list of needed solutions; it can be used for ideas.
An alternative implementation to an already existing solution will be accepted only if it has substantial reason, such as using a different dependency or language.
Finally, credits will be placed in the wiki.
Please send an email to main@computingfoundation.org with any suggestions, comments or questions.
Thanks.