What's new

How to NVRAM set a very long string?

AppleBag

Regular Contributor
When trying to nvram set custom_clientlist, I have a very long string of roughly 3500 chars, and my terminal programs only accept about half of that before it gets cutoff; how can I set the entire string?
 
Try putting it in a temporary script.
Bash:
#!/bin/sh

nvram set custom_clientlist="328472>23423232<2423232>224343328472>23423232<2423232>224343328472>23423232<2423232>224343328472>23423232<2423232>224343328472>23423232<2423232>224343328472>23423232<2423232>224343328472>23423232<2423232>224343328472>23423232<2423232>224343328472>23423232<2423232>224343328472>23423232<2423232>224343328472>23423232<2423232>224343328472>23423232<2423232>224343328472>23423232<2423232>224343328472>23423232<2423232>224343328472>23423232<2423232>224343328472>23423232<2423232>224343328472>23423232<2423232>224343328472>23423232<2423232>224343328472>23423232<2423232>224343328472>23423232<2423232>224343328472>23423232<2423232>224343328472>23423232<2423232>224343328472>23423232<2423232>224343328472>23423232<2423232>224343328472>23423232<2423232>224343"
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top