使用命令
使用命令
use-command
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
output=$(date)
echo "${output}" >>ddd
VAR1="$1"
MOREF=$(sudo run command against "$VAR1" | grep name | cut -c7-)
echo "$MOREF"
复制成功
This post is licensed under CC BY 4.0 by the author.