Gnu-linux-shell-scripting is a foundation for shell scripting in the GNU/Linux environment.
It is made up of the following four types of solutions:
- Scripts
- Functions scripts
- One-liners
- Aliases
Here is a list of all the categories with a few examples in which all solutions exist:
- 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-scripting has an extension repository for solutions consisting of more than one file.
All the solutions in this repository follow these standard guidelines.