Mercurial > hg > Members > kono > nitros9-code
changeset 1913:d26f5a738e6b
Added examples section
author | boisy |
---|---|
date | Sun, 20 Nov 2005 17:09:47 +0000 |
parents | 37fd74e6fad8 |
children | 395e22e5c0bd |
files | level1/sys/dsave.hp |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/sys/dsave.hp Fri Nov 11 12:41:12 2005 +0000 +++ b/level1/sys/dsave.hp Sun Nov 20 17:09:47 2005 +0000 @@ -11,3 +11,11 @@ -r = force rewrite of file on copy -s<num> = set copy size to num K -v = verify copies + +Examples: + Create a script to copy /h0 to /h5 with forced rewrite: + chd /h0; dsave -r /h5 > dsave.out + + Immediately copy /d0 to /d1 with a 24K copy buffer: + chd /d0; dsave -s24 /d1 ! shell -p + \ No newline at end of file