The following works great for me:
(lldb) memory read --outfile /tmp/mem.txt 0x6080000fe680 0x6080000fe680+1000
Resets 1000 bytes of memory from the specified start address in hexadecimal format in /tmp/mem.txt. Use -binary for binary format.
You can also use "count" to indicate how many bytes you want to discard:
(lldb) memory read --outfile /tmp/mem.txt --count 1000 0x6080000fe680
Xcode "note1", :
(lldb) memory read --outfile /tmp/mem.bin note1 note1+100
0x1000 Xcode ( " " ), - .
0x1200 0x2000 , , .