Gnu-linux-shell-scripting is a repository of foundational solutions for programming in the GNU/Linux shell environment.
It is made up of four types of solutions:
- Scripts
- Functions scripts
- One-liners
- Aliases
Below are all the categories within this repositry with a few examples in each:
- 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 this standard guideline.