> add a “\” (back-slash) before the command)... it is even working if \ is in the middle of the command name try: $ l\s $ alias printf='print hi\n"' and then try $ prin\tf
from #[email protected] <ferret> you can also use 'command' or "command" <ferret> or l\s <ferret> or ''ls
