c**o 发帖数: 166 | 1 On Solaris system, I want to install some packages at one time.
For example, I have some packages in a directory. Now I want to install them
all at one time. Usually I just use
foreach i (`ls`)
pkgadd -d $i
end
from csh.
Of course, I have to answer all kinds of questions there.
I also tried to use an admin file or -n option. But I still got
Select package(s) you wish to process ('all' to process all packages)
(default: all) [?,??,q]:
then it would not proceed until I press ENTER.
There should be |
|