Difference between revisions of "Mv"

From wikieduonline
Jump to navigation Jump to search
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Draft}}
 
 
{{lowercase}}
 
{{lowercase}}
 +
*  https://man7.org/linux/man-pages/man1/mv.1p.html
 +
 +
 +
mv yourdir /yourdestinationdir
 +
mv: rename yourdir to /yourdestinationdir/nats: [[Directory not empty]]
 +
 +
mv yourdir/* /pathto/yourdestinationdir
 +
  
 
== Related terms ==
 
== Related terms ==
 
* <code>[[git mv]]</code>
 
* <code>[[git mv]]</code>
 
* <code>[[multipass]]</code>
 
* <code>[[multipass]]</code>
 +
* [[cp]]
 +
* [[ALTER DATABASE]] ... RENAME TO ...
 +
* [[progress]]
 +
* [[shopt]] -s [[dotglob]]
  
 
== See also ==
 
== See also ==
 +
* {{mv}}
 
* {{cp}}
 
* {{cp}}
  
  
 
[[Category:Linux]]
 
[[Category:Linux]]

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: