Search Results

Search: Posts Made By: pbo
Forum: Solaris 08-20-2010
2,646
Posted By pbo
for myfile in `ls -ltr | grep -v "jar$" | awk...
for myfile in `ls -ltr | grep -v "jar$" | awk '{print $9}'`
do
jar cvf $myfile.jar $myfile;
rm $myfile;
done
Forum: Solaris 08-20-2010
3,620
Posted By pbo
In ILOM to check hostname: -> show /SP hostname...
In ILOM to check hostname:
-> show /SP hostname

What do you have in that banner, which you want to change?
Forum: Solaris 08-19-2010
18,737
Posted By pbo
You can use screen utility, It's available on...
You can use screen utility, It's available on sunfreeware.
User has to run:
$ screen
then you have to switch to that user and run:
$ screen -xThis way you can see everything that happens on...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 06:46 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy