mv file1 file2
mv file1 dest_directory

Promena imena fajla ili premestanje fajla na drugi direktorijum.

primeri:

% ls
proba.c  tmp
% mv proba.c novi.c
% ls
novi.c  tmp
% ls -p
novi.c  tmp/
% mv novi.c tmp
% ls -p
tmp/
% cd tmp
% ls
novi.c
 
mv.txt · Last modified: 2007/07/17 10:29 (external edit)
 
Recent changes RSS feed Creative Commons License Valid XHTML 1.0 Valid CSS Driven by DokuWiki