del_instances
来自「Pegasus is an open-source implementation」· 代码 · 共 10 行
TXT
10 行
#!/bin/bash# Delete the existing Sample Classes and respective instances for our testing# functionality. The class is registered in the default cim namespace on our # system i.e.# root/cimv2rm -f $PEGASUS_HOME/repository/root\#cimv2/classes/Sample*rm -f $PEGASUS_HOME/repository/root\#cimv2/classes/Sample*
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?