Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | option -f and -i are exclusive | wosch | 1996-02-18 | 2 | -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., rewrite | bde | 1995-10-07 | 1 | -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 actually | joerg | 1995-08-15 | 1 | -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$ | dg | 1994-09-24 | 4 | -0/+5 |
| | |||||
* | BSD 4.4 Lite bin Sources | rgrimes | 1994-05-26 | 4 | -0/+474 |