diff options
author | wosch <wosch@FreeBSD.org> | 1996-02-19 00:44:19 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-02-19 00:44:19 +0000 |
commit | baaea7f3b7d27651092bf272882cd88a4d54027e (patch) | |
tree | 9b8f8df0eb9caf897a1cbf95bc707616786a4937 /bin/mv/mv.1 | |
parent | 961eb1cd883594725b9482b6df04576a582d42c5 (diff) | |
download | FreeBSD-src-baaea7f3b7d27651092bf272882cd88a4d54027e.zip FreeBSD-src-baaea7f3b7d27651092bf272882cd88a4d54027e.tar.gz |
delete my last commit
Submitted by: pst, ache
Diffstat (limited to 'bin/mv/mv.1')
-rw-r--r-- | bin/mv/mv.1 | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/bin/mv/mv.1 b/bin/mv/mv.1 index eb9634f..f113a3a 100644 --- a/bin/mv/mv.1 +++ b/bin/mv/mv.1 @@ -77,25 +77,17 @@ The following options are available: Do not prompt for confirmation before overwriting the destination path. (The -.Fl f -option overrides any previous .Fl i -options.) +option is ignored if the +.Fl f +option is specified.) .It Fl i Causes .Nm mv to write a prompt to standard error before moving a file that would overwrite an existing file. -If the response from the standard input begins with the character -.Sq Li y -or -.Sq Li Y , +If the response from the standard input begins with the character ``y'', the move is attempted. -(The -.Fl i -option overrides any previous -.Fl f -options.) .El .Pp It is an error for either the @@ -129,7 +121,6 @@ The utility exits 0 on success, and >0 if an error occurs. .Sh SEE ALSO .Xr cp 1 , -.Xr rm 1 , .Xr symlink 7 .Sh STANDARDS The |