The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 04-28-2008
jim mcnamara jim mcnamara is offline Forum Staff  
...@...
  
 

Join Date: Feb 2004
Location: NM
Posts: 5,770
Quote:
but not sure if I can move top 10 files in any directory to another one.
Modern versions of UNIX allow mv to operate across filesystems - ie., you can move a file from anywhere to anywhere else you have permissions.

Check your mv man page to see what it says about moving file across filesystem boundaries.