Bash Shell Tricks – The brace extension
When working with the Linux command line, there are situations where you need to type large paths. Even if you use the bash shell's autocomplete feature, this is a time-consuming process. But do you know that there are times when you can get away with entering a path only once (even if it has to ... Read more