Browsing Norwegian Bokmal translation

585 of 586 results
585.
Read lines from the standard input into an indexed array variable.

Read lines from the standard input into the indexed array variable ARRAY, or
from file descriptor FD if the -u option is supplied. The variable MAPFILE
is the default ARRAY.

Options:
-d delim[tab]Use DELIM to terminate lines, instead of newline
-n count[tab]Copy at most COUNT lines. If COUNT is 0, all lines are copied
-O origin[tab]Begin assigning to ARRAY at index ORIGIN. The default index is 0
-s count[tab]Discard the first COUNT lines read
-t[tab]Remove a trailing DELIM from each line read (default newline)
-u fd[tab]Read lines from file descriptor FD instead of the standard input
-C callback[tab]Evaluate CALLBACK each time QUANTUM lines are read
-c quantum[tab]Specify the number of lines read between each call to
[tab][tab][tab]CALLBACK

Arguments:
ARRAY[tab]Array variable name to use for file data

If -C is supplied without -c, the default quantum is 5000. When
CALLBACK is evaluated, it is supplied the index of the next array
element to be assigned and the line to be assigned to that element
as additional arguments.

If not supplied with an explicit origin, mapfile will clear ARRAY before
assigning to it.

Exit Status:
Returns success unless an invalid option is given or ARRAY is readonly or
not an indexed array.
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
Legg linjer fra standard inndata i en indeksert tabellvariabel.

Legg linjer fra standard inndata i indeksert tabellvariabel TABELL, eller
fra fildeskriptor FD ved bruk av «-u». Variabelen MAPFILE er
standard TABELL.

Valg:
-d skill[tab]Bruk SKILLetegn til å avslutte linjer (i stedet for linjeskift)
-n antall[tab]Ikke kopier flere enn valgt ANTALL linjer. Hvis ANTALL er 0, kopieres alle linjer.
-O oppr[tab]Tildel til TABELL ved indeks-OPPRinnelse. Standard indeks er 0.
-s antall [tab]Forkast valgt ANTALL linjer i starten.
-t[tab][tab]Fjern etterfølgende linjeskift fra hver lest linje.
-u fd[tab][tab]Les linjer fra fildeskriptor FD i stedet for standard inndata.
-C tilbakekall[tab]Vurder TILBAKEKALL hver gang valgt ANTALL linjer er lest.
-c antall[tab]Velg antall linjer som skal leses mellom hvert TILBAKEKALL.

Argumenter:
ARRAY[tab][tab]Tabellvariabel-navn som skal brukes i fildata.

Hvis «-C» er valgt men ikke «-c», brukes standardantallet 5000. Når
TILBAKEKALL vurderes, argumenteres det i tillegg med indeks av neste tabellelement
samt linjenummeret som skal tildeles aktuelt element.

Hvis ingen eksplisitt opprinnelse er gitt, tømmes TABELL før den får tildelt noe.

Avslutningsstatus:
Vellykket, med mindre bruker tar et ugyldig valg eller TABELL enten er
skrivebeskyttet eller en ikke-indeksert tabell.
Translated by Åka Sikrom
Located in builtins.c:2050
585 of 586 results

This translation is managed by Ubuntu Norwegian Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.