这是我的代码;我想$COUNTER多次比较各种。
$COUNTER
if [ "$COUNTER" = "5" ]; then
没关系,但我希望它在诸如等动态时间这样做5,10,15,20。
5,10,15,20
scripting test numeric-data
如何删除tail输出中的重复项?
tail
我正在使用 tail -f file.txt | sort file.txt | uniq
tail -f file.txt | sort file.txt | uniq
它tail在几秒钟后停止
tail sort
numeric-data ×1
scripting ×1
sort ×1
tail ×1
test ×1