摘要: 当前数据库: 内置函数database() select database(); show tables; status \s 当前用户: select user(); select current_user; 阅读全文
posted @ 2020-11-02 19:26 ascertain 阅读(1511) 评论(0) 推荐(0) 编辑
摘要: /y overwrite existing destination files without prompting 目标存在此文件时,取消默认提示是否覆盖 /s 递归copy,默认只copy src下的文件 /i dst目录不存在时,创建dst目录,否则会提示如下 /e 默认不会copy空目录,/e 阅读全文
posted @ 2020-11-02 15:18 ascertain 阅读(408) 评论(0) 推荐(0) 编辑
摘要: #!/bin/sh echo "Num of arguments: $#" echo "Current PID: $$" echo "BASHPID: $BASHPID" sleep 10 & echo "The last deforegroud PID: $!" echo "The current 阅读全文
posted @ 2020-11-02 11:38 ascertain 阅读(72) 评论(0) 推荐(0) 编辑