mv, (move sözcüğünün kısaltması) bir ya da daha fazla dosya ya da dizinin yerini değiştirmek için kullanılan bir Unix komutudur. Önceki dosya silinir ve yeni dosya eski veya yeni bir adla yaratılır. Komutu kullanırken yazma izinlerine dikkat edilmelidir.
mv komutunun kullanım örneği | |
Geliştirici(ler) | Ken Thompson, Dennis Ritchie Bell Labs |
---|---|
İşletim sistemi | Unix ve Unix benzeri |
Platform | Çoklu platform |
Tür | komut |
Lisans | GNU Genel Kamu Lisansı |
Örnek kullanım
mv myfile mynewfilename dosyayı yeniden adlandırır mv myfile otherfilename renames a file and deletes the existing file "myfile" mv myfile /myfile moves 'myfile' from the current directory to the root directory mv myfile dir/myfile moves 'myfile' to 'dir/myfile' relative to the current directory mv myfile dir same as the previous command (the filename is implied to be the same) mv myfile dir/myfile2 moves 'myfile' to dir and renames it to 'myfile2' mv foo bar baz dir 3 dosyayı dir dizininin içine taşır mv—help shows a very concise help about the syntax of the command man mv prints an extensive user manual for 'mv' in the terminal
Yazılım ile ilgili bu madde seviyesindedir. Madde içeriğini genişleterek Vikipedi'ye katkı sağlayabilirsiniz. |
wikipedia, wiki, viki, vikipedia, oku, kitap, kütüphane, kütübhane, ara, ara bul, bul, herşey, ne arasanız burada,hikayeler, makale, kitaplar, öğren, wiki, bilgi, tarih, yukle, izle, telefon için, turk, türk, türkçe, turkce, nasıl yapılır, ne demek, nasıl, yapmak, yapılır, indir, ücretsiz, ücretsiz indir, bedava, bedava indir, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, resim, müzik, şarkı, film, film, oyun, oyunlar, mobil, cep telefonu, telefon, android, ios, apple, samsung, iphone, xiomi, xiaomi, redmi, honor, oppo, nokia, sonya, mi, pc, web, computer, bilgisayar
mv move sozcugunun kisaltmasi bir ya da daha fazla dosya ya da dizinin yerini degistirmek icin kullanilan bir Unix komutudur Onceki dosya silinir ve yeni dosya eski veya yeni bir adla yaratilir Komutu kullanirken yazma izinlerine dikkat edilmelidir mvmv komutunun kullanim ornegiGelistirici ler Ken Thompson Dennis Ritchie Bell LabsIsletim sistemiUnix ve Unix benzeriPlatformCoklu platformTurkomutLisansGNU Genel Kamu LisansiOrnek kullanimmv myfile mynewfilename dosyayi yeniden adlandirir mv myfile otherfilename renames a file and deletes the existing file myfile mv myfile myfile moves myfile from the current directory to the root directory mv myfile dir myfile moves myfile to dir myfile relative to the current directory mv myfile dir same as the previous command the filename is implied to be the same mv myfile dir myfile2 moves myfile to dir and renames it to myfile2 mv foo bar baz dir 3 dosyayi dir dizininin icine tasir mv help shows a very concise help about the syntax of the command man mv prints an extensive user manual for mv in the terminal Yazilim ile ilgili bu madde taslak seviyesindedir Madde icerigini genisleterek Vikipedi ye katki saglayabilirsiniz