摘要: #include <iostream> #include <algorithm> #include <string> #include <vector> int main() { std::string str; while(std::cin>>str) { std::vector<char> v_ 阅读全文
posted @ 2019-11-27 13:58 东宫得臣 阅读(792) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash cat iplist | while read ip username do printf "${ip}, ${username}, " eval $(ssh -q ${ip} "awk -v user_name=$username -F':' '\$0 ~ user_nam 阅读全文
posted @ 2019-11-27 13:14 东宫得臣 阅读(260) 评论(0) 推荐(0) 编辑