Update log no newline on cat

master-be
Alan Johnston 3 weeks ago committed by GitHub
parent 05e4e9ff49
commit 439c9959f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
log

@ -43,7 +43,7 @@ if [ "$REALTIME" = "1" ] ; then
sudo journalctl -af -u frequency # > /home/pi/CubeSatSim/logr.txt
elif [ "$1" = "-f" ] ; then
while true; do
cat /home/pi/CubeSatSim/frequency.txt
cat /home/pi/CubeSatSim/frequency.txt | tr -d '\n'
# echo
sleep 5
echo -e "\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b"

Loading…
Cancel
Save

Powered by TurnKey Linux.