9 Star 34 Fork 9

猪猪侠 / zzxia-kvm-manage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
easy-save-all-online-vm-list-to-file.sh 173 Bytes
一键复制 编辑 原始数据 按行查看 历史
猪猪侠 提交于 2023-04-17 10:32 . 好久没更新了
#!/bin/bash
VM_LIST='./vm-all-online.list'
> ${VM_LIST}
virsh list | grep -E '^ [0-9]+' | awk '{print $2}' | tee -a ${VM_LIST}
echo "已写入文件【${VM_LIST}】"
Shell
1
https://gitee.com/zhf_sy/zzxia-kvm-manage.git
git@gitee.com:zhf_sy/zzxia-kvm-manage.git
zhf_sy
zzxia-kvm-manage
zzxia-kvm-manage
master

搜索帮助