Bash
5 posts
2021
How to use the cp command in bash to copy files and directories.
How to use the ls command in bash to list files and directories, with useful flags explained.
How to use the cd command in bash to navigate directories, with shortcuts and tips.
How to use git prune to remove unreachable objects from your repository, with git fetch --prune and git gc.
How to use the mkdir command in bash to create directories, including nested folders with -p.