51CTO博客开发
定义IFS时可以将多个分隔符同时定义到$IFS中去:#!/bin/bash -x QUERY_STRING="hostname=eq1-dnsmaster-01&method=disable" IFS_ORI=$IFS IFS='=&' parm=($QUERY_STRING) for i in ${parm[*]} do echo 
#!/bin/bashtail -f /home/chaoyuan/shell_script/monitor_log/1.log | while read linedoecho $line |grep "Server started" > /dev/nullif [ $? -eq 1 ]; thencontinueelseecho -e "\033[32m se
读了鸟哥书中关于RAID的详解。记录。
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号