摘要:
shell中一次移动多个文件 mv /root/{flanneld,mk-docker-opts.sh} /usr/local/kubernetes/bin/ 阅读全文
摘要:
hostname -i | awk '{print $NF}' 阅读全文
摘要:
#!/usr/bin/python #-*- codinig: UTF-8 -*- from __future__ import print_function import os, sys, stat import shutil import tarfile import subprocess output=subprocess.check_output(["hostname"], shel... 阅读全文