for SQL in *.sql; do echo importing $SQL; mysql -u user -ppassword table< $SQL;rm $SQL; done
for SQL in *.sql; do echo importing $SQL; mysql -u user -ppassword table< $SQL;rm $SQL; done
До сега не се бях замислял колко мощен може да бъде xinetd докато не прочетох следната статия You can use the simple but powerful xinetd on your Linux server to monitor almost anything on the server. Since xinetd just holds…