|
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:629
|
|
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:631
|
|
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:633
|
|
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:635
|
|
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
|
|
480.
|
|
|
%<PRIu MAX>+ %<PRIu MAX> records in
%<PRIu MAX>+ %<PRIu MAX> records out
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
%<PRIu MAX>+ %<PRIu MAX> tietuetta sisään
%<PRIu MAX>+ %<PRIu MAX> tietuetta ulos
|
|
Translated by
Elias Kunnas
|
|
Reviewed by
Lauri Nurmi
|
|
|
|
Located in
src/dd.c:858
|
|
481.
|
|
|
%<PRIu MAX> truncated record
|
|
|
%<PRIu MAX> truncated records
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
%<PRIu MAX> typistetty tietue
|
|
Translated by
Lauri Nurmi
|
|
|
%<PRIu MAX> typistettyä tietuetta
|
|
Translated by
Lauri Nurmi
|
|
|
|
Located in
src/dd.c:864
|