1
0
mirror of https://github.com/byReqz/stocheck.git synced 2024-11-14 11:43:15 +00:00

change a cut in nvme section

This commit is contained in:
Nils 2021-05-15 20:59:16 +02:00
parent 0abe843c2f
commit d9d31db309
Signed by: byreqz
GPG Key ID: 396A62D7D436749E

View File

@ -132,7 +132,7 @@ while [ -z "$1" ]; do
argend="$(echo -e "\e[4mAttribute\e[0m|\e[4mValue\e[0m")"
for ((z=1;z<=argsm;z++)); do
arg="$(echo "$argsl" | sed -n "$z"p)"
value="$(echo "$argse" | grep -e "$arg" | xargs | cut -d ':' -f 2,3 | cut -c 2-)"
value="$(echo "$argse" | grep -e "$arg" | xargs | cut -d ':' -f 2- | cut -c 2-)"
argend=""$argend""
done
echo "$(echo "$argend" | column -t -s "|")"