Anuj Kaushal

Monthly Archives / February 2021

How to use “for” loop in one liner bash command

February 21, 2021 | Bash, Blog, Command | by anuj

There is always a need to running a command in the loop and it can be very useful if you don’t have to write a separate bash script to run command in loop.So here are some different ways to run loop in one liner command. Its very useful when you have to delete specific deployment […]

Shell script to deploy your code using SSH command

February 6, 2021 | Bash, Blog, Command, Hosting, Shell | by anuj

So we have awesome ways to deploy our latest code on cloud environments like Ansible, Puppet and there are also tools like Jenkins, Travis to make that more easy. But when it comes Shared hosting our options are very limited and most of the time you don’t have any option but to manually deploy the […]