Gowthamraj198
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited command line build shell scripts breaks while loop on error
Hello, I have a bash script like below. sbt projects | sed 's/\x1b\[[0-9;]*m//g' | \while read ndo x=( $n ) echo "project : ${x[1]}" if [[ ${x[1]} == "aaa"* ]] || [[ ${x[1]} == "bbb"* ]];...