unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Alias for eshell to grep command
@ 2020-11-19  3:54 Christopher Dimech
  2020-11-19 16:09 ` Jean Louis
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Dimech @ 2020-11-19  3:54 UTC (permalink / raw)
  To: Help Gnu Emacs

I would like to make an alias for eshell so I can use the command

grep --include="*.org" --include="*.texi" -hir -C "$1" "$2" "$3"

Have tried the following but the tactic failed.

alias grepot 'grep --include="*.org" --include="*.texi" -hir -C "$1" "$2" "$3"'




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-19 16:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-19  3:54 Alias for eshell to grep command Christopher Dimech
2020-11-19 16:09 ` Jean Louis
2020-11-19 16:39   ` Christopher Dimech

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).