TinyButStrong Error when merging block [keyword_sql]: MySQLi error message when opening the query:You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') AND K.status = '1' GROUP BY 1 ORDER BY RAND() limit 0,15' at line 1
建立大量帳號的shell script 2 | 綠色工廠

建立大量帳號的shell script 2

建立大量帳號的shell script 2

之前耍白痴耍哩很久~
後來發現有更簡單的方式!!
今天又發現有更快的!!
但是沒有作任何錯誤判斷機制唷!!
#!/bin/bash
list=`cat $1 | cut -d: -f1`
for i in $list
do
adduser $i
done
chpasswd < $1  

$1是要輸入引數唷,懂的人應該也知道,引數是個檔案與密碼對應的列表的檔案
格式該如:
easy:A27889330
hello:h093882667
good:D302884773

建立大量帳號的shell script 2 參考影音

繼續努力蒐集當中...

建立大量帳號的shell script 2 文章標籤

建立大量帳號的shell script 2 相關文章

我還真是猜不透你呢!

星火NEW直播: 最新 APK 下載

第四台業者會哭哭的~

TOP