Possible Duplicate:
variable interpolation in bash alias
这一指挥用于将我的奥塞莱的称谓定在血壳中。
printf " 33]0; my_console_title 07";
But I want use this command with alias and should accept the console title from user (having trouble with setting printf to alias variable).
类似于:
alias fx="find . -type f | xargs grep -il $1"
Usage:fx “search_text”