Re: Bash scripting problems
From: Patrick Boutilier (boutilpj_at_ednet.ns.ca)
Date: 01/08/05
- Previous message: Robert Locke: "Re: scripting rpm installs"
- In reply to: Chadley Wilson: "Bash scripting problems"
- Next in thread: Kevin Kempter: "Re: Bash scripting problems"
- Reply: Kevin Kempter: "Re: Bash scripting problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 08 Jan 2005 13:12:12 -0400 To: For users of Fedora Core releases <fedora-list@redhat.com>
Chadley Wilson wrote:
> greetings
>
> I have this issue:
> in /root/.bashrc there is an alias which breaks my script in the following
> way:
> When I need to copy or del a file the rm -i and cp -i are preventing things
> from running smoothly.
>
> I have tried numerous tricks none work?
>
> could some-one please show me how you work around this without editing the
> basrc files?
Try using /bin/rm and /bin/cp in your script. I believe that will not
use the aliased versions.
>
> TIA
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
- Previous message: Robert Locke: "Re: scripting rpm installs"
- In reply to: Chadley Wilson: "Bash scripting problems"
- Next in thread: Kevin Kempter: "Re: Bash scripting problems"
- Reply: Kevin Kempter: "Re: Bash scripting problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|