Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@fb7530:~# uci set test.@test[0].test=$'foo\nbar\t123\015'
- root@fb7530:~# uci show test
- test.@test[0]=test
- test.@test[0].test='foo
- 'ar 123
- root@fb7530:~# uci commit test
- root@fb7530:~# cat /etc/config/test
- config test
- option test 'foo
- 'ar 123
- root@fb7530:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement