If you need to write a bash script that loop thru directory, then here’s the solution. While writing this bash script to loop thru directory files, i learn something more about single and double quote. So make sure you dont add any double quotes or single quotes to your path when you follow the tutorial below.
To loop thru directory files in bash shell, follow the steps below:-
Continue reading How to loop thru directory files in bash shell »
Tags: bash, bash loop directory, bash script, bash script loop directory, loop thru directory bash
Posted in Linux, Mac, Open Source | No Comments »
Just wrote a script in bash shell that need to check if directory exists, else create the directory. I always need to write script that check the if a directory exists but i always forget :p. So i think it’s better for me to put this down for my later reference
To check if directory exists in bash shell script, check the command below:-
Continue reading How to check if directory exists in Bash script »
Tags: bash, bash check directory exists, bash script, bash script check directory exists, check directory exists bash, check directory exists bash shell, check if directory exists bash
Posted in Linux, Mac, Open Source | No Comments »
SVN thru SSH will transfer your files in encrypted format over the network. If u using remote svn server then i’ll recommend u to use svn over ssh. By using SVN thru SSH, you can avoid others from reading your source code and this is a good practice for everyone.
To SVN thru SSH in Linux or Mac, follow the steps below:-
Continue reading How to svn thru ssh in Linux / Mac »
Tags: secure svn, svn, svn over ssh, svn ssh, svn thru ssh
Posted in Uncategorized | No Comments »