[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pan-users] Re: Help
From: |
walt |
Subject: |
[Pan-users] Re: Help |
Date: |
Mon, 5 Nov 2007 18:17:39 +0000 (UTC) |
User-agent: |
Pan/0.129 (Benson & Hedges Moscow Gold) |
On Mon, 05 Nov 2007 15:42:47 +0000, Duncan wrote:
> "Bill Wright" <address@hidden> posted
> address@hidden, excerpted below, on Mon, 05 Nov
> 2007 08:22:37 -0500:
>
>> ...How do I get to and how do I find .pan2 file so that I can rename
>> it?
<much good advice snipped for brevity>
> BTW, rm, cp, mv, and similar commands, all have a -i (interactive)
> switch as well. This will prompt every time the command will overwrite
> or delete an existing file. Some distributions alias particularly rm to
> rm - i for safety, so you get interactive mode by default...
I also never rely on the installer to set up my shell environment, so I
make a point of including these lines in my .bashrc file:
alias l='ls -laF'
alias ll='ls -laF|less'
alias mv='mv -i'
alias rm='rm -i'
alias cp='cp -i'
The first two lines are just for my typing convenience and I use them
constantly, but the others are life-savers and I'd recommend them for
anyone. Just type 'alias' at a command prompt to see what you already
have.
- Re: [Pan-users] Help, (continued)
- Re: [Pan-users] Help, Beso, 2007/11/04
- [Pan-users] Re: Help, walt, 2007/11/04
- [Pan-users] Re: Help, Duncan, 2007/11/04
- RE: [Pan-users] Re: Help, Bill Wright, 2007/11/05
- [Pan-users] Re: Help, Duncan, 2007/11/05
- [Pan-users] Re: Help, Greg Lee, 2007/11/05
- [Pan-users] Re: Help,
walt <=
- Re: [Pan-users] Re: Help, Per Hedeland, 2007/11/05
- [Pan-users] Re: Help, Duncan, 2007/11/06
Re: [Pan-users] Help, Evan Morris, 2007/11/06