A collection of Bash utility commands.
- Author: Ethan Kletschke
- Version:
0.0.3 - Developed on: Ubuntu (WSL2)
- License: MIT
- Project metadata file: project.yaml
mcd was a function I created for my own .bashrc, and was the inspiration
behind this entire project.
This function merely makes a directory and changes into it immediately, with some added validation to prevent errors from incorrect input.
Currently displays the number of files and directories in the working directory or a provided directory.
In future, the script won't count directories.
Finds all files with a provided file extension.
The arguments are as follows:
- The file extension to search for, excluding the preceding
. - The directory to search (defaults to the current directory)