all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.