.\" -*- coding: UTF-8 -*- .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.50.1. .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH MV 1 "April 2026" "GNU coreutils 9.11" Brukerkommandoer .SH NAVN mv \- move (rename) files .SH OVERSIKT \fBmv\fP [\fI\,VALG\/\fP]... [\fI\,\-T\/\fP] \fI\,KILDE MÅL\/\fP .br \fBmv\fP [\fI\,VALG\/\fP]... \fI\,KILDE\/\fP... \fI\,MAPPE\/\fP .br \fBmv\fP [\fI\,VALG\/\fP]... \fI\,\-t MAPPE KILDE\/\fP... .SH BESKRIVELSE .\" Add any additional description here .PP Gi en KILDE nytt MÅLnavn, eller flytt KILDE(r) til en MAPPE. .PP Argumenter som er obligatoriske for lange valg, er også obligatoriske for korte valg. .TP \X'tty: link https://www.gnu.org/software/coreutils/manual/coreutils.html#mv\-\-backup'\fB\-\-backup[=\fP\fICONTROL\fP\fB]\fP\X'tty: link' Lag en sikkerhetskopi av hver målfil. .TP \X'tty: link https://www.gnu.org/software/coreutils/manual/coreutils.html#mv\-b'\fB\-b\fP\X'tty: link' Likner \fB\-\-backup\fP, men kan ikke brukes med argumenter. .TP \X'tty: link https://www.gnu.org/software/coreutils/manual/coreutils.html#mv\-\-debug'\fB\-\-debug\fP\X'tty: link' explain how a file is copied. Implies \fB\-v\fP .TP \X'tty: link https://www.gnu.org/software/coreutils/manual/coreutils.html#mv\-\-exchange'\fB\-\-exchange\fP\X'tty: link' exchange source and destination .TP \X'tty: link https://www.gnu.org/software/coreutils/manual/coreutils.html#mv\-f'\fB\-f, \-\-force\fP\X'tty: link' Ikke spør om bekreftelse før noe overskrives. .TP \X'tty: link https://www.gnu.org/software/coreutils/manual/coreutils.html#mv\-i'\fB\-i, \-\-interactive\fP\X'tty: link' Spør om bekreftelse før noe overskrives. .TP \X'tty: link https://www.gnu.org/software/coreutils/manual/coreutils.html#mv\-n'\fB\-n, \-\-no\-clobber\fP\X'tty: link' Ikke overskriv eksisterende filer. .PP Hvis du velger både \fB\-i\fP, \fB\-f\fP og/eller \fB\-n\fP, gjelder kun det siste du velger. .TP \X'tty: link https://www.gnu.org/software/coreutils/manual/coreutils.html#mv\-\-no\-copy'\fB\-\-no\-copy\fP\X'tty: link' do not copy if renaming fails .TP \X'tty: link https://www.gnu.org/software/coreutils/manual/coreutils.html#mv\-\-strip\-trailing\-slashes'\fB\-\-strip\-trailing\-slashes\fP\X'tty: link' Fjern evt. avsluttende skråstreker fra hvert KILDE\-argument. .TP \X'tty: link https://www.gnu.org/software/coreutils/manual/coreutils.html#mv\-S'\fB\-S, \-\-suffix=\,\fP\fIETTERN\fP\X'tty: link'\/ Overstyr standard filetternavn på sikkerhetskopier. .TP \X'tty: link https://www.gnu.org/software/coreutils/manual/coreutils.html#mv\-t'\fB\-t, \-\-target\-directory=\,\fP\fIMAPPE\fP\X'tty: link'\/ Flytt alle valgte KILDER til MAPPE. .TP \X'tty: link https://www.gnu.org/software/coreutils/manual/coreutils.html#mv\-T'\fB\-T, \-\-no\-target\-directory\fP\X'tty: link' Behandle MÅL som en normal fil. .TP \X'tty: link https://www.gnu.org/software/coreutils/manual/coreutils.html#mv\-\-update'\fB\-\-update[=UPDATE]\fP\X'tty: link' control which existing files are updated; UPDATE={all,none,none\-fail,older(default)} .TP \X'tty: link https://www.gnu.org/software/coreutils/manual/coreutils.html#mv\-u'\fB\-u\fP\X'tty: link' equivalent to \fB\-\-update\fP[=\fI\,older\/\fP]. See below .TP \X'tty: link https://www.gnu.org/software/coreutils/manual/coreutils.html#mv\-v'\fB\-v, \-\-verbose\fP\X'tty: link' Forklar hva som blir gjort. .TP \X'tty: link https://www.gnu.org/software/coreutils/manual/coreutils.html#mv\-Z'\fB\-Z, \-\-context\fP\X'tty: link' Bruk standard type SELinux\-sikkerhetskontekst på målfil. .TP \X'tty: link https://www.gnu.org/software/coreutils/mv#mv\-\-help'\fB\-\-help\fP\X'tty: link' Vis denne hjelpeteksten og avslutt. .TP \X'tty: link https://www.gnu.org/software/coreutils/mv#mv\-\-version'\fB\-\-version\fP\X'tty: link' Vis versjonsinformasjon og avslutt. .PP UPDATE controls which existing files in the destination are replaced. \&'all' is the default operation when an \fB\-\-update\fP option is not specified, and results in all existing files in the destination being replaced. \&'none' is like the \fB\-\-no\-clobber\fP option, in that no files in the destination are replaced, and skipped files do not induce a failure. \&'none\-fail' also ensures no files are replaced in the destination, but any skipped files are diagnosed and induce a failure. \&'older' is the default operation when \fB\-\-update\fP is specified, and results in files being replaced if they're older than the corresponding source file. .PP Suffikset for sikkerhetskopierte filer er «~», med mindre du velger noe annet med \fB\-\-suffix\fP eller SIMPLE_BACKUP_SUFFIX. Metoden for versjonskontroll kan velges med \fB\-\-backup\fP eller via miljøvariabelen VERSION_CONTROL. Følgende verdier er gyldige: .TP none, off ikke lag sikkerhetskopier (ikke engang med \fB\-\-backup\fP) .TP numbered, t lag nummererte sikkerhetskopier .TP existing, nil nummererte sikkerhetskopier hvis det allerede finnes, enkle (simple) ellers .TP simple, never alltid lag enkle sikkerhetskopier .SH FORFATTER Skrevet av Mike Parker, David MacKenzie og Jim Meyering. .SH "RAPPORTERING AV FEIL" Rapporter feil til: bug\-coreutils@gnu.org .br Nettside for GNU coreutils: .br Generell hjelp til bruk av GNU\-programvare: .br Rapporter oversettelsesfeil til .SH OPPHAVSRETT Copyright \(co 2026 Free Software Foundation, Inc. Lisens GPLv3+: GNU GPL versjon 3 eller senere . .br Dette er fri programvare. Du kan endre og dele den videre. Det stilles INGEN GARANTI, i den grad dette tillates av gjeldende lovverk. .SH "SE OGSÅ" \fBrename\fP(2) .PP .br Fullstendig dokumentasjon: .br eller lokalt: info \(aq(coreutils) mv invocation\(aq .PP .SH OVERSETTELSE Den norske oversettelsen av denne manualsiden er laget av . .PP Denne oversettelsen er gratis dokumentasjon; se .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License versjon 3 .UE eller senere for opphavsrettsvilkår. Vi påtar oss INGEN ANSVAR. .PP Hvis du finner feil i oversettelsen av denne håndboksiden, vennligst send en e-post til .