|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] Interactive rm
|
To make a change to effect immediately, just type "source filename".
What does it take to use a ".alias" file?
morgan wrote:
> Art,
>
> If you're using bash you would create an alias:
>
> alias rm="rm -i"
>
> That will only affect the current shell. In Fedora Core and probably
> other linuxes you would vi /etc/bashrc and add alias rm="rm -i" to the
> bottom.
>
> Changes to /etc/bashrc don't affect running shells. You're best to
> logout completely to make sure it takes effect everywhere.
>
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|