Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

scrput `` in alias or function

Aug
124
0
Hi,

I'd like to use the - undocumented - "scrput ``" syntax (which makes scrput honor leading spaces) in an alias or function definition. Unfortnately the alias or function definitions start themselves with a "`" so scrput simply ignores them. The same command works when entered directly in the shell.

Is there a way to escape the `` in an alias or function? ("^" didn't work for me)
 
In a quick test, this worked.
Code:
v:\> alias zz `scrput 0 0 whi on bla ^^s^^s^^sfoo`

v:\> alias zz
scrput 0 0 whi on bla ^s^s^sfoo
 

Similar threads

Back
Top