Difference between revisions of "Mv"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
  mv yourdir /yourdestinationdir
 
  mv yourdir /yourdestinationdir
 
  mv: rename yourdir to /yourdestinationdir/nats: [[Directory not empty]]
 
  mv: rename yourdir to /yourdestinationdir/nats: [[Directory not empty]]
 +
 +
mv yourdir/* /pathto/yourdestinationdir
 +
  
 
== Related terms ==
 
== Related terms ==
Line 11: Line 14:
 
* [[cp]]
 
* [[cp]]
 
* [[ALTER DATABASE]] ... RENAME TO ...
 
* [[ALTER DATABASE]] ... RENAME TO ...
 +
* [[progress]]
 +
* [[shopt]] -s [[dotglob]]
  
 
== See also ==
 
== See also ==

Latest revision as of 13:17, 4 March 2024


mv yourdir /yourdestinationdir
mv: rename yourdir to /yourdestinationdir/nats: Directory not empty

mv yourdir/* /pathto/yourdestinationdir


Related terms[edit]

See also[edit]

Advertising: