Adding an alias to .cshrc

Jerry McAllister jerrymc at msu.edu
Wed Dec 30 15:39:46 UTC 2009


On Tue, Dec 29, 2009 at 08:07:35PM -0500, Steve Bertrand wrote:

> Glen Barber wrote:
> > Hi Steve
> > 
> > On Tue, Dec 29, 2009 at 7:50 PM, Steve Bertrand <steve at ibctech.ca> wrote:
> >> Hi all, happy holidays!
> >>
> >> I want to add an alias to my .cshrc file:
> >>
> >> alias srm   find . -name "*~" | xargs rm
> >>
> > 
> > Try enclosing it in quotes, such as:
> > 
> >    alias srm "find . -name \"*~\" | xargs rm"
> 
> This works. Instead of escaping, I just encapsulated within single-quotes:
> 
> acct-dev: ISP-RADIUS % grep srm /home/steve/.cshrc
> alias srm       '/usr/bin/find . -name "*~" | /usr/bin/xargs rm'

That is OK as long as you are not depending on shell expansion effects.

////jerry


> 
> Olivier:
> 
> I didn't test your theory, but thanks for the tip. I've just become
> accustomed over the years to use xargs when making bulk rm's ;)
> 
> Steve
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"


More information about the freebsd-questions mailing list