You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this option does not work for me, because it still prints several lines on my output, this is what I did for Cron to work fine running this Bash script:
@sindresorhus
Hello Sindre. Sorry about my delay. The issue consists when you output the response of the command to some file. On the terminal you can see one line only, but when you redirect the output to the txt file, you can see several blank lines, white spaces, carriage returns and line breaks.
Anyway, I did this Bash script to include the current date/time and only the last line (the one that matters) of the fast-cli command, eliminating all these unnecessary characters.
I'm attaching the output file of the bash script above that I developed: speedtest.txt
Thank you very much and keep improving this project since it works a lot better than the speedtest-cli!!!
Since this option does not work for me, because it still prints several lines on my output, this is what I did for Cron to work fine running this Bash script:
The text was updated successfully, but these errors were encountered: