Advertisement
Guest User

Untitled

a guest
Mar 28th, 2024
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. root@fb7530:~# uci set test.@test[0].test=$'foo\nbar\t123\015'
  2. root@fb7530:~# uci show test
  3. test.@test[0]=test
  4. test.@test[0].test='foo
  5. 'ar 123
  6. root@fb7530:~# uci commit test
  7. root@fb7530:~# cat /etc/config/test
  8.  
  9. config test
  10. option test 'foo
  11. 'ar 123
  12.  
  13. root@fb7530:~#
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement