Path: utzoo!attcan!uunet!wuarchive!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!iuvax!maytag!focsys!philip From: philip@focsys.uucp (Philip Cheng) Newsgroups: comp.unix.programmer Subject: '-i' option for 'cp' and 'mv' Message-ID: <1990Oct29.174616.1306@focsys.uucp> Date: 29 Oct 90 17:46:16 GMT Reply-To: philip@focsys.UUCP (Philip Cheng) Organization: Focus Automation Systems, Waterloo, Ontario. Lines: 10 I am using a system running System V on a 386 machine. In 4.3 bsd, 'cp' and 'mv' have the option '-i' which will warn me if the file exists. In the system I am using, only 'rm' has such an option. I would like to change it so that '-i' will work for 'cp' and 'mv' as well. Can someone tell me how to do it? Many thanks philip