bug-fileutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(no subject)


From: Alejandro de la Plaza
Subject: (no subject)
Date: Thu, 11 Jan 2001 10:27:14 GMT

#!/bin/sh
mail address@hidden < 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

address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]