netmik3
Senior Member
Tried my own dirty way, just for fun:
Code:# nvram show | awk '{print length(), $0 | "sort -n -r"}' | cut -d"=" -f 1 | head size: 48678 bytes (16858 left) 1850 vpn_crt_client1_crt 1755 vpn_crt_client1_ca 1728 vpn_crt_client1_key 1089 sshd_hostkey 624 sshd_dsskey 466 client_info_tmp 382 nmp_client_list 338 sshd_ecdsakey 275 rc_support 239 sshd_authkeys
admin@RT-AC3200:/tmp/home/root# nvram show | awk '{print length(), $0 | "sort -n
-r"}' | cut -d"=" -f 1 | head
size: 65542 bytes (-6 left)
1869 vpn_crt_server1_crt
1750 vpn_crt_server1_ca
1727 vpn_crt_server1_key
1572 client_info_tmp
1296 vpn_crt_server1_client_crt
1089 sshd_hostkey
993 nmp_client_list
943 vpn_crt_server1_client_key
939 vpn_crt_server1_ca_key
751 sshd_authkeys