Tag Archives: shell

Shell commands

A list of commands I’ve used over the years.

Tagged

Upgrade all OpenWRT packages with a single line command

opkg list-upgradable | awk -F ' - ' '{print $1}' | xargs opkg upgrade

Tagged , , ,