|
Moab Beginner
Joined: 02 Aug 2008 Posts: 25
|
Posted: Tue Aug 09, 2011 12:37 pm
Simple question on variables and alias |
I would like to have an alias, let's call it "examinething" that would substitute the word after the alias and stick it into two commands value and analyze.
Idealy when I type examinething boots the mud would then get two commands value boots and analyze boots.
How do I set this up?
Thanks! |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4691 Location: Pensacola, FL, USA
|
Posted: Tue Aug 09, 2011 1:11 pm |
#ALIAS examineThing {
value %params
analyze %params
} |
|
_________________ Discord: Shalimarwildcat |
|
|
|
Moab Beginner
Joined: 02 Aug 2008 Posts: 25
|
Posted: Tue Aug 09, 2011 1:17 pm |
Thanks!
|
|
|
|
|
|