help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Alias for eshell to grep command


From: Christopher Dimech
Subject: Alias for eshell to grep command
Date: Thu, 19 Nov 2020 04:54:10 +0100

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"'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]