Thread
:
alias command doubt
View Single Post
gk123987
Go4Expert Member
23Oct2009,19:16
alias fixdll "mv \!* junk; cp junk \!*; chmod +x \!*"
What does this command do.I know some command is given a name fixdll, so that instead of typing the whole command can use this simple "fixdll".
But what is done inside the quotes?