Tagged Questions
1
vote
1answer
75 views
How to create an alias that takes an argument in KornShell
I am trying to create an alias which when given some argument will look for the folder with contains the argument as pattern. Let the alias name be gohf.
Now, I will be using this alias like gohf ...
1
vote
0answers
336 views
Dynamic search and replace in Ksh
Machines at work follow a constant naming pattern:
host[domain]_[id]
where [domain] is either "d" for dev machines and "p" for production machines, and [id] is a 2-digit string that is different for ...