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
Add a ReverseLines function to the script library that reverses the order of lines in the input pipe. It’ll be useful in cases where users need to work with data starting from the end — for example, displaying the newest log entries first or processing recent records before older ones.