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
system uptime seconds snippet added. Seconds can be formatted by fn time format seconds snippet.
remove old/new files/directories snippet for removing files (-type f) or directories (-type d) if they are older (-mtime n) than n days or newer (+mtime n) than n days.
Comparison of floating point numbers: float|double >, float|double >=, float|double <, float|double <=, float|double ==, float|double != added.