ethtool 在script的問題 - Linux

By Zora
at 2016-11-15T11:21
at 2016-11-15T11:21
Table of Contents
大家好,小弟最近在玩ethtool這東西並嘗試寫了個簡單的語法
但是發現只要他是變數我的scrpit就會出錯
#!/bin/sh
KR1S= $(ethtool eth1 | grep 'Speed' | cut -d ' ' -f 2)
if [ "$KR1S" == "Unknown!" ] ; then
sleep 1s
echo "# Speed ...PASS"
else
echo "# Speed ...FAIL"
fi
執行後跳出
./test.sh: line 3: Unknown!: command not found
-------------------------------------------------
想請問一下這是會是甚麼問題呢?
--
但是發現只要他是變數我的scrpit就會出錯
#!/bin/sh
KR1S= $(ethtool eth1 | grep 'Speed' | cut -d ' ' -f 2)
if [ "$KR1S" == "Unknown!" ] ; then
sleep 1s
echo "# Speed ...PASS"
else
echo "# Speed ...FAIL"
fi
執行後跳出
./test.sh: line 3: Unknown!: command not found
-------------------------------------------------
想請問一下這是會是甚麼問題呢?
--
Tags:
Linux
All Comments

By Faithe
at 2016-11-15T18:04
at 2016-11-15T18:04

By Rosalind
at 2016-11-17T23:21
at 2016-11-17T23:21

By Jake
at 2016-11-20T07:42
at 2016-11-20T07:42

By Steve
at 2016-11-22T21:26
at 2016-11-22T21:26

By Emma
at 2016-11-26T19:55
at 2016-11-26T19:55

By Hardy
at 2016-11-27T09:40
at 2016-11-27T09:40

By Franklin
at 2016-11-28T16:13
at 2016-11-28T16:13

By Robert
at 2016-11-29T15:12
at 2016-11-29T15:12

By Isabella
at 2016-12-04T11:28
at 2016-12-04T11:28

By Ursula
at 2016-12-08T12:36
at 2016-12-08T12:36

By Ivy
at 2016-12-08T23:10
at 2016-12-08T23:10

By Jacky
at 2016-12-11T18:27
at 2016-12-11T18:27

By Irma
at 2016-12-14T04:12
at 2016-12-14T04:12

By Candice
at 2016-12-18T13:09
at 2016-12-18T13:09

By Doris
at 2016-12-21T11:33
at 2016-12-21T11:33

By Lily
at 2016-12-21T23:21
at 2016-12-21T23:21

By George
at 2016-12-23T13:57
at 2016-12-23T13:57

By Jacob
at 2016-12-24T05:05
at 2016-12-24T05:05

By Zora
at 2016-12-27T01:20
at 2016-12-27T01:20

By Ida
at 2016-12-27T12:49
at 2016-12-27T12:49

By Erin
at 2016-12-28T04:40
at 2016-12-28T04:40

By Quanna
at 2016-12-30T12:11
at 2016-12-30T12:11

By Suhail Hany
at 2017-01-01T08:58
at 2017-01-01T08:58

By Skylar DavisLinda
at 2017-01-05T15:07
at 2017-01-05T15:07

By Queena
at 2017-01-09T11:09
at 2017-01-09T11:09
Related Posts
各位最喜歡的ssh工具

By Ethan
at 2016-11-14T17:19
at 2016-11-14T17:19
再問一下自由軟體

By Eden
at 2016-11-14T09:12
at 2016-11-14T09:12
DHCP 跟 PPPOE

By Rachel
at 2016-11-13T21:12
at 2016-11-13T21:12
ntp pool

By Callum
at 2016-11-13T21:04
at 2016-11-13T21:04
Raspibian 遠端還原方案

By Lydia
at 2016-11-11T11:21
at 2016-11-11T11:21