alias f {   # Test comment
  echo All:: $*
  echo 0: $0
  echo 1: $1
}
alias l lservers

