aboutsummaryrefslogtreecommitdiff
path: root/bin/mv
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-224-4/+4
| | | | Notes: svn path=/head/; revision=22988
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-144-4/+4
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* -Wall cleaning.Steve Price1996-12-141-3/+3
| | | | Notes: svn path=/head/; revision=20420
* [HISTORY] command appeared in Version 1 AT&T UNIXWolfram Schneider1996-08-291-1/+6
| | | | | | | Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41 Notes: svn path=/head/; revision=17891
* delete unused label endargWolfram Schneider1996-03-011-9/+8
| | | | | | | | correct indent of last new code fix usage string, option -f before option -i (alphabetic order) Notes: svn path=/head/; revision=14305
* option -f and -i are exclusive (Posix)Wolfram Schneider1996-02-202-9/+29
| | | | | | | | | respond `Y' is equal to `y' update usage string prompt only if source exist Notes: svn path=/head/; revision=14166
* -- is implemented in getopt(3)Paul Traina1996-02-191-5/+2
| | | | | | | -? is an unnecessary case statement and not useful Notes: svn path=/head/; revision=14156
* delete my last commitWolfram Schneider1996-02-192-28/+8
| | | | | | | Submitted by: pst, ache Notes: svn path=/head/; revision=14154
* option -f and -i are exclusiveWolfram Schneider1996-02-182-10/+30
| | | | | | | | | | | | | all flag variables initialized with zero respond `Y' is equal to `y' update usage string prompt only if source exist ignore -i option if file descriptor stdin not refers to a valid terminal type device Notes: svn path=/head/; revision=14144
* Handle trailing slashes in source filenames correctly. E.g., rewriteBruce Evans1995-10-071-5/+11
| | | | | | | | | | | | `mv foo/ ../..' to `mv foo/ ../../foo/', not to `mv foo/ ../../'. The latter caused a panic. Before the trailing slash changes in the kernel, the trailing slashes caused the rename() for this mv to fail earlier, so there was no panic in 2.0. Fixes part of PR 760. Notes: svn path=/head/; revision=11298
* The command to `move' across file system boundaries is actuallyJoerg Wunsch1995-08-151-2/+2
| | | | | | | | | | | cp -PRp source_file destination Closes PR # bin/689: mv(1) manpage Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider) Notes: svn path=/head/; revision=10068
* Added $Id$David Greenman1994-09-244-0/+5
| | | | Notes: svn path=/head/; revision=3044
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-264-0/+474
Notes: svn path=/head/; revision=1556