Using alias in script

Hi all,

Could any one tell me how to use aliases in a script i have a large command which launches an application. I want to use alias in the script because i call the application many time in the shell script.

Thanks
Firestar.

What shell?

I hope you can use funtions to define such complex operations.

@corona688

#!/bin/sh
#!/bin/bash

these are the shells which i use ...

Have a read of Aliases.

... or put the command in a shell function.