📄 decodetelemetry
字号:
#!/bin/csh -f# Executable "printName" takes a mandatory file pathname as its first argument, and gets# telemetry data from standard input, which is typically redirected to a file# This trivial csh script hard-codes these two pathnames so that the user doesn't have to# type them in repeatedly.printName EO1.l2 -telemetry < L20.log > L20.log.decodedprintName EO1.l2 -telemetry < L21.log > L21.log.decodedprintName EO1.l2 -telemetry < L22.log > L22.log.decoded
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -