Check if a file is really a file, whether a string contains anything, and whether you can run a program with these vital patterns.
Have you been thinking about biting the bullet and learning Bash scripting? Or perhaps you're like me, and you're always looking for ways to improve. I have three tips that will improve every Bash ...
Enable the Linux terminal on any Android device, and you can create or practice your bash scripting on the go.
We often write quick bash scripts and judging by the comments, half of us use bash or a similar shell to pop out quick, useful scripts, and half of us think that’s an abomination, and you should only ...
It is no secret that we often use and abuse bash to write things that ought to be in a different language. But bash does have its attractions. In the modern world, it is practically everywhere. It ...
Bring the power of the Linux command line into your application development process. As a novice software developer, the one thing I look for when choosing a programming language is this: is there a ...
Many bash scripts use arguments to control the commands that they will run and the information that will be provided to the people running them. This post examines a number of ways that you can verify ...
Bring your GitHub repository to the next level of functionality. For the past year since Microsoft has acquired GitHub, I've been hosting my Git repositories on a private server. Although I relished ...