#
66627 |
| 02-Apr-1994 |
bostic |
display the file modes, not just the octal value on overwrite new flags for cp |
#
60673 |
| 31-May-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
59503 |
| 29-Apr-1993 |
bostic |
be more informative and careful about error conditions |
#
56905 |
| 23-Nov-1992 |
bostic |
use "cp -pR", not "cp -pr"; minor error changes lots of lint/ANSI cleanups |
#
47754 |
| 03-Apr-1991 |
bostic |
use execl, not execlp; bug was args weren't NULL terminated |
#
47751 |
| 03-Apr-1991 |
bostic |
minor cleanups, ANSIisms, no fundamental changes |
#
42536 |
| 31-May-1990 |
bostic |
new copyright notice |
#
39246 |
| 01-Oct-1989 |
bostic |
new version of mv from Ken Smith (kensmith@cs.Buffalo.EDU) use cp and rm to copy anything not a regular file across partitions. expect to be POSIX .2 compliant |
#
34045 |
| 21-Apr-1988 |
bostic |
add getopt for "--" capability |
#
33382 |
| 21-Jan-1988 |
bostic |
don't ask about access modes, if already asked for i flag. |
#
32415 |
| 22-Oct-1987 |
bostic |
ANSI C; sprintf now returns an int. |
#
30907 |
| 13-Apr-1987 |
lepreau |
When forced to copy a regular or special file, ignore the current umask so preserve the original mode. |
#
28202 |
| 15-May-1986 |
lepreau |
make "mv <file> <non-existent-dir>" print reasonable msg |
#
22601 |
| 07-Jun-1985 |
serge |
don't exec /bin/cp, do the copy ourselves |
#
19845 |
| 30-Apr-1985 |
dist |
Add copyright |
#
13489 |
| 30-Jun-1983 |
sam |
include fix |
#
11642 |
| 21-Mar-1983 |
sam |
rename may fail when target doesn't exist for unrecoverable reasons |
#
10642 |
| 31-Jan-1983 |
mckusick |
fix up usage text |
#
10641 |
| 31-Jan-1983 |
mckusick |
if last argument is a directory, always move into it even if only two arguments |
#
10166 |
| 05-Jan-1983 |
sam |
kludge utime stuff prior to utimes inclusion in the system |
#
10114 |
| 03-Jan-1983 |
sam |
mv doesn't need to be setuid anymore; fix problem with symbolic links |
#
10047 |
| 01-Jan-1983 |
sam |
rewrite to use rename |
#
8839 |
| 23-Oct-1982 |
mckusick |
fix to understand symbolic links |
#
5759 |
| 11-Feb-1982 |
mckusic |
convert to use library routines to access directories |
#
3604 |
| 26-Apr-1981 |
sklower |
Cannot rename or give away directories which you can't write (srb) |