|  | 
	
	
		| zeiuszeppo Novice
 
 
 Joined: 22 Nov 2001
 Posts: 48
 Location: Italy
 
 | 
			
			  |  Posted: Fri Jan 18, 2002 10:03 am 
 problem with alias
 
 |  
				| Hi guys, I need help. I have done this alias: gt -> gtell $c0014 %1
 
 But now I'd like to apply to the alias a new
 string at che end of the %1, but zmud insert
 it after the FIRST word of %1. How can I do?
 |  | 
	
	  |  | 
	
		|  | 
	
		| iljhar GURU
 
  
 Joined: 10 Oct 2000
 Posts: 1116
 Location: USA
 
 | 
			
			  |  Posted: Fri Jan 18, 2002 9:57 pm 
 |  
				| I'm a bit confused as to what you want to do.  Do you mean you want to change your alias from: 
 #alias gt {gtell $c0014 %1}
 
 to:
 
 #alias gt {gtell $c0014 %1 blah blah}
 
 but you can't since %1 is only returning the first word?
 
 If so, then change the alias to this:
 
 #alias gt {gtell $c0014 %-1 blah blah}
 
 If that's not what you want, can you please give an example of what you want and an example of what it's doing that you don't want it to do?
 
 Iljhar
 |  | 
	
	  |  | 
	
		|  | 
	
		|  | 
	
		|  |