Search Results

Search: Posts Made By: tom_k_mishra
11,539
Posted By tom_k_mishra
vmstat in a better readable format
Dear All:

Is there a way to nicely format the vmstat output:

#3sec interval, 5 measurements

vmstat 3 5


It prints out all the good info but not in a very readable format.

Any help,...
8,917
Posted By tom_k_mishra
you may use the sed to work it out.here is an...
you may use the sed to work it out.here is an example.

echo "which is"|sed -e 's/[a-z]$//g'

this will take out the last character.

thanks.
4,206
Posted By tom_k_mishra
at: can't create a job for you
Dear All,

When I run several jobs scheduling with at commands, most of the jobs run but few of them come out with this message:at: can't create a job for you. I run on a syntax like at -q o now...
3,100
Posted By tom_k_mishra
list files with modifications <15 minutes
Good Afternoon Guys:

we can use ls -l to find out the files and their modification time. however, how to list the files say which are modified 15 minutes before. we have find command which uses...
5,292
Posted By tom_k_mishra
running command at a particular time
Good Afternoon. You have many tricks in unix to play with. most simple one is the sleep command.if you know that you will run the command after 15 minutes,say echo "$LOGNAME". (sleep 900; echo...
Showing results 1 to 5 of 5

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