Come spostare i file in Linux / Unix

Unix / Linux sposta file.

 

Sposta la sintassi del file:

$ mv [options] sourcefiles destdir

 

Spostare main.c def.h file / home / usr / rapida / directory

$ mv main.c def.h /home/usr/rapid/

 

Sposta tutti i file C nella directory corrente nella sottodirectory bak

$ mv *.c bak

 

comando mv ►

 


Guarda anche

LINUX
TAVOLI RAPIDI