In Bash shell scripting, Loops are useful for automating repetitive tasks. When you have to repeat a task N number of times in your script, loops should be used. There are three types of loops ...
Hashbang #!/usr/bin/env bash #!/usr/bin/bash asumes it's always installed in /bin, which can cause issues. 3 ...
We have seen about bash for loop, while loop, and until loop in our previous articles with detailed examples. Bash offers one more type of loop called select loop, which will allow you to create ...
Serverless Scripting provides the ability to write custom JavaScript code that is executed at the edge of the StackPath CDN. With serverless scripting you can intercept the request before it is sent ...
I just released BiteScript 0.0.2, which mainly fixes some issues defining packages and non-public classes. BiteScript is basically just a simple DSL for generating JVM bytecode. I use it in Duby and ...