[ale] mv files with tar??

Charles Shapiro charles.shapiro at nubridges.com
Wed Oct 30 14:42:18 EST 2002


That would be the famous 'flying tar':

cd fromdir ; tar -cf - ./* | (cd todir; tar -xvf -)

-- CHS
On Wed, 2002-10-30 at 14:34, Armsby John-G16665 wrote:
> I need to mv a large number of files to a designated subdirectory, with timestamps, permisisons, etc.INTACtT.  
> 
> The command:  mv /mydirectory/* . where I am presetnly at the designated subdirectory yields a "too many args" error.  I am on HPUX.
> 
> I know there is a command string using tar and pipe(|) to copy the files keeping the timestamps, permisions, etc intact in the new designated directory.
> 
> I don't recall the command.  anyone got it??  It is pretty commonly used.
> 
> John
> 
> 
> 
> 
> ---
> This message has been sent through the ALE general discussion list.
> See http://www.ale.org/mailing-lists.shtml for more info. Problems should be 
> sent to listmaster at ale dot org.
> 


---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be 
sent to listmaster at ale dot org.






More information about the Ale mailing list