摘要:
MySQL Backup Shell Script#!/bin/bash# A sample mysql backup script# Must be run as the root user# Written by Vivek Gite# Last updated on : 23/Aug/2003... 阅读全文
posted @ 2015-12-15 14:59
迎风飞翔
阅读(411)
评论(0)
推荐(0)
摘要:
首先想到的就是if else条件判断语句了,下面给出一个全面的语句: if condition then condition is true execute all commands up to elif statement elif condition1 then con... 阅读全文
posted @ 2015-12-15 11:01
迎风飞翔
阅读(414)
评论(0)
推荐(0)