Results 1 to 2 of 2
I wrote a PERL script called perl_list.pl which I run all the time by typing the following command
$ perl perl_list.pl -font "Times 16"
I want to be able to ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-20-2011 #1Just Joined!
- Join Date
- Jul 2011
- Posts
- 7
stupid question
I wrote a PERL script called perl_list.pl which I run all the time by typing the following command
$ perl perl_list.pl -font "Times 16"
I want to be able to just type "pl".
How do I do that?
- 07-20-2011 #2Linux User
- Join Date
- Dec 2009
- Posts
- 252
Heres the word you are searching for:
alias
alias - How to make aliases for frequently used commands (Linux Reviews)


Reply With Quote
