Does anyone know a way that I can automatically dump information to a file without having to physically be at the keyboard to press “d”
For example when I am doing torch.
tool torch
interface: wlan1
TX RX TX-PACKETS RX-PACKETS
– [Q quit|D dump|C-z pause]
I tried using the ; but that only works if the previous command of torch has completed. Seems like I need a way to send the “d” keystroke to the CLI. Does anyone have an idea ?