BosseSwede
Regular Contributor
Thanks!It can be done. There are numerous posts describing this process:
Code:nvram get dhcp_staticlist > mystaticlist.txt
Code:nvram set dhcp_staticlist="$(cat mystaticlist.txt)"
So the command line works like bash itself then...
Code:
"$(command)"
Added to my Linux notes about ASUS router Linux.