Bug 676 - mv -i
Summary: mv -i
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1995-08-12 16:20 UTC by Wolfram Schneider
Modified: 1996-02-21 21:52 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfram Schneider 1995-08-12 16:20:01 UTC
	mv ask for overwrite if source not exist

How-To-Repeat: 
$ cd /tmp
$ rm -f edelweiss gaensebluemchen

$ touch gaensebluemchen
$ /bin/mv -i edelweiss gaensebluemchen 
overwrite gaensebluemchen? y
mv: rename edelweiss to gaensebluemchen: No such file or directory

Wolfram
Comment 1 Wolfram Schneider freebsd_committer freebsd_triage 1996-02-21 21:47:28 UTC
State Changed
From-To: open->closed

fiexed in -current