Monday, November 23, 2015

Unix Shell: Use of functions to create complicated aliases

In *nix shells it sometimes useful to create aliases that receive parameters.
This can be done using functions:



Now you can type just something like: kssh 192.168.1.1 or pssh 192.168.1.2

No comments: