Search Results

Search: Posts Made By: mohamedh_14
2,029
Posted By mohamedh_14
thanx for correcting, i am trying to have...
thanx for correcting,
i am trying to have several data in one table.

for more description, i need to have the 3rd column from "sar", the 19th and the 21th from "vmstat" in one table.

to be...
2,029
Posted By mohamedh_14
I found this code online, but couldn't make it...
I found this code online, but couldn't make it works.
========================
#!/bin/ksh

for x in $@
do
sed -n '/YOURTERM/p'|sed 's/^.*(YOURTERM).*$/\1/'
done...
2,029
Posted By mohamedh_14
Showing several data in one table
hi again :$

i am creating a script to be able to monitor a machine's performance.
the code in the file is:
================q==============
sar 2 3 |awk '{print $3}'
vmstat 2 3 |awk '{print...
2,739
Posted By mohamedh_14
thx alot for your useful information :D it's...
thx alot for your useful information :D
it's useful steps
2,739
Posted By mohamedh_14
thx for your info, I need to know specific...
thx for your info,

I need to know specific step by step how to create a script as several steps are wrong when i tried to use some code from the internet.
I need also to know how to save the...
2,739
Posted By mohamedh_14
creating scripts
Hello...

First of all, as a new member, i found this forum very helpful and all the members have great knowledge.

I am trying to learn unix online, as i have to make a script to monitor a...
Showing results 1 to 6 of 6

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