|
470.
|
|
|
nocache discard cached data
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/dd.c:600
|
|
471.
|
|
|
noctty do not assign controlling terminal from file
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
noctty älä aseta ohjaavaa terminaalia tiedostosta
|
|
Translated by
Elias Kunnas
|
|
Reviewed by
Lauri Nurmi
|
|
|
|
Located in
src/dd.c:630
|
|
472.
|
|
|
nofollow do not follow symlinks
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
nofollow älä seuraa symbolisia linkkejä
|
|
Translated by
Elias Kunnas
|
|
Reviewed by
Lauri Nurmi
|
|
|
|
Located in
src/dd.c:633
|
|
473.
|
|
|
nolinks fail if multiply-linked
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
nolinks älä tee mitään, mikäli tiedosto on moneen kertaan linkitetty
|
|
Translated and reviewed by
Heidi Mattila
|
|
|
|
Located in
src/dd.c:635
|
|
474.
|
|
|
binary use binary I/O for data
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
binary käytä binääri-I/O:ta datalle
|
|
Translated by
Elias Kunnas
|
|
Reviewed by
Lauri Nurmi
|
|
|
|
Located in
src/dd.c:637
|
|
475.
|
|
|
text use text I/O for data
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
text käytä teksti-I/O:ta datalle
|
|
Translated by
Elias Kunnas
|
|
Reviewed by
Lauri Nurmi
|
|
|
|
Located in
src/dd.c:639
|
|
476.
|
|
|
count_bytes treat 'count=N' as a byte count (iflag only)
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/dd.c:656
|
|
477.
|
|
|
skip_bytes treat 'skip=N' as a byte count (iflag only)
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/dd.c:659
|
|
478.
|
|
|
seek_bytes treat 'seek=N' as a byte count (oflag only)
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/dd.c:662
|
|
479.
|
|
|
Sending a %s signal to a running 'dd' process makes it
print I/O statistics to standard error and then resume copying.
$ dd if=/dev/zero of=/dev/null& pid=$!
$ kill - %s $pid; sleep 1; kill $pid
18335302+0 records in
18335302+0 records out
9387674624 bytes (9.4 GB) copied, 34.6279 seconds, 271 MB/s
Options are:
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/dd.c:625
|