]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/bundles.texi
POSIX tells that $ character is default shell prompt
[nncp.git] / doc / bundles.texi
index e5235bce45cf656aebf63ff16f96d9d6b5c56b2c..8330cdf2565534bd480d28abf8e70ddb4b444799 100644 (file)
@@ -18,11 +18,11 @@ sequentially streamed for recording and digested back.
 @item They do not require intermediate storage before recording on
 either CD-ROM or tape drive.
 @verbatim
-% nncp-bundle -tx SOMENODE | cdrecord -tao -         # record directly to CD
-% nncp-bundle -tx SOMENODE | dd of=/dev/sa0 bs=10240 # record directly to tape
+$ nncp-bundle -tx SOMENODE | cdrecord -tao -         # record directly to CD
+$ nncp-bundle -tx SOMENODE | dd of=/dev/sa0 bs=10240 # record directly to tape
 
-% dd if=/dev/cd0 bs=2048 | nncp-bundle -rx  # read directly from CD
-% dd if=/dev/sa0 bs=10240 | nncp-bundle -rx # read directly from tape
+$ dd if=/dev/cd0 bs=2048 | nncp-bundle -rx  # read directly from CD
+$ dd if=/dev/sa0 bs=10240 | nncp-bundle -rx # read directly from tape
 @end verbatim
 
 @item They do not require filesystem existence to deal with, simplifying
@@ -30,9 +30,9 @@ administration when operating in heterogeneous systems with varying
 filesystems. No @command{mount}/@command{umount}, @command{zpool
 import}/@command{zpool export} and struggling with file permissions.
 @verbatim
-% nncp-bundle -tx SOMENODE | dd of=/dev/da0 bs=1M # record directly to
+$ nncp-bundle -tx SOMENODE | dd of=/dev/da0 bs=1M # record directly to
                                                   # hard/flash drive
-% dd if=/dev/da0 bs=1M | nncp-bundle -rx # read directly from drive
+$ dd if=/dev/da0 bs=1M | nncp-bundle -rx # read directly from drive
 @end verbatim
 
 @item This is the fastest way to record outbound packets for offline