#!/bin/sh
mail [EMAIL PROTECTED] < mvq
exit

Hello,

I am using 'mv' as part of the Slakware 7.1 distribution.
The respons from:
        % mv --version
is:
    % mv (GNU fileutils) 4.0

'% mv directory0/* diretory1' correctly moves all files present in 'directory0' 
into 'directory1'.

'% mv directory0/* file0' concatenates all files present in 'directory0' into 
a single file 'file0'. 'file0' is created with 0777 permission.

According to the man page, "It is an  error
if the last argument is not a directory and more than two files are given".

Would that mean that the operation should and is performed anyway?

alex

[EMAIL PROTECTED]


_______________________________________________
Bug-fileutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-fileutils

Reply via email to