summaryrefslogtreecommitdiffstats
path: root/bin/mv
Commit message (Collapse)AuthorAgeFilesLines
* delete unused label endargwosch1996-03-011-9/+8
| | | | | correct indent of last new code fix usage string, option -f before option -i (alphabetic order)
* option -f and -i are exclusive (Posix)wosch1996-02-202-9/+29
| | | | | | respond `Y' is equal to `y' update usage string prompt only if source exist
* -- is implemented in getopt(3)pst1996-02-191-5/+2
| | | | -? is an unnecessary case statement and not useful
* delete my last commitwosch1996-02-192-28/+8
| | | | Submitted by: pst, ache
* option -f and -i are exclusivewosch1996-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
* Handle trailing slashes in source filenames correctly. E.g., rewritebde1995-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.
* The command to `move' across file system boundaries is actuallyjoerg1995-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)
* Added $Id$dg1994-09-244-0/+5
|
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-264-0/+474
OpenPOWER on IntegriCloud