Horje
bash ifelse Code Example
bash ifelse
# you can use it if you want but it isn't very accurate
# as of best practices and such 

for DB in $( sudo mysql -e 'show databases' -s --skip-column-names ) ; 
	do 
		if [ $DB == 'information_schema' ] || [ $DB == 'performance_schema' ]; 
        	then echo 'warning' ; 
        else 
        	echo "success $DB";
        fi 
        
    done




Shell

Related
bash how to find all pdf file in subdir and copy Code Example bash how to find all pdf file in subdir and copy Code Example
browsing history linux file location Code Example browsing history linux file location Code Example
sonarqube new project after creation in gitlab Code Example sonarqube new project after creation in gitlab Code Example
kali linux wired connection insted of wifi Code Example kali linux wired connection insted of wifi Code Example
Cannot open: https://centos7.iuscommunity.org/ius-release.rpm. Skipping Code Example Cannot open: https://centos7.iuscommunity.org/ius-release.rpm. Skipping Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9