Command line interface Command line reference
Digi Connect EZ Mini User Guide
772
Parameters
path: The file path to save the support report to. (Default: /var/log/)
system time set
Set the local date and time using the timezone set in the system.time.timezone config setting.
Syntax
system time set <datetime>
Parameters
datetime: The date in year-month-day hour:minute:second format (e.g "2021-09-26 12:24:48").
system time sync
Set the local time to the first enabled time source that returns valid time information.
Syntax
system time sync
Parameters
None
system time test
Test each enabled time source. This test will not affect the device's current local date and time.
Syntax
system time test
Parameters
None
tail
Tail a file to see its contents.
Syntax
tail <path> [timeout INTEGER] [filter STRING] [match STRING]
Parameters
path: The file to tail.
timeout: The amount of time in seconds to tail the file. (Default: 10)
filter: Only see output that contains this string.
match: Stop tail when this string is detected in output.