diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-06-18 17:26:56 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-06-18 17:26:56 +0200 |
commit | 4f57f98668d4fcd759fd4ecbdd7447a0cd26155a (patch) | |
tree | 86e5ff6929ecbd1b05db9b9e75ad7446de6e82d0 /README | |
parent | 4c6444650da3a0aa1e2e9b00f42cc4e2af057fe6 (diff) | |
download | templogger-v2-4f57f98668d4fcd759fd4ecbdd7447a0cd26155a.tar.gz templogger-v2-4f57f98668d4fcd759fd4ecbdd7447a0cd26155a.tar.xz |
README: fix double space in ts output
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ Command for logging: -> socat file:/dev/ttyACM0,nonblock,raw,echo=0,b9600 stdout | ts "%s " | sed '/NAN/d; s/ 0 / /;' > temp.log +> socat file:/dev/ttyACM0,nonblock,raw,echo=0,b9600 stdout | ts "%s" | sed '/NAN/d; s/ 0 / /;' > temp.log |