Search Results

Search: Posts Made By: Anamica
923
Posted By Anamica
what i know that we can schedule any task to be...
what i know that we can schedule any task to be do executed now or at any point of time in future only once from the command line
e.g

[code]
$ at 2:00
cd << path where the executable...
923
Posted By Anamica
Scheduling scripts with "at" command
Hi All ,

I need to create a scheduling capability on one of Linux boxes so that i could some 6 scripts back to back after a gap a given time difference .



To run script1 :-- my test1.sh...
1,360
Posted By Anamica
Thankyou both , it worked
Thankyou both , it worked
1,360
Posted By Anamica
[Solved] Remove White spaces from teh beginnning from a particular row
Hi All,

$sed -n "58p" sample

1222017 ---

Its has to display like:

1222017
3,355
Posted By Anamica
Thanks $ cat tmp 575732 159.93 0.012 0.005...
Thanks
$ cat tmp
575732 159.93 0.012 0.005 0.297 0.012 0.004 0.297 0.000 0.000 0.006 0.001 0.000 0.017
$ awk '{for(i=1;i<=NF;i++) print $i}' tmp

575732
159.93 ----I have issue like i want...
3,355
Posted By Anamica
Hi Yodi, Thanks for your one liner code. it...
Hi Yodi,
Thanks for your one liner code. it worked perfectly..

One more tip if you may like to give me, say i have to present the data in below format , what would be the awk code

5861.8...
3,355
Posted By Anamica
hi Techie, The output of above is same what i...
hi Techie, The output of above is same what i have achieved but , where as i dont want . in the first line,
.
351706
5861.8
0.026
0.012
12.584
0.026
0.012
12.582
0.000
0.000
0.000

My...
3,355
Posted By Anamica
Thanks for looking into this . Actually ....
Thanks for looking into this . Actually
. 351706 5861.8 0.026 0.012 12.584 0.026 0.012 12.582 0.000 0.000 0.000

is the redirected output and is dynamic and will store in some file , let say...
3,355
Posted By Anamica
To transpose row into column
Hi All,
In shell, I have below data coming from some some text file as below:
. 351706 5861.8 0.026 0.012 12.584 0.026 0.012 12.582 ...
14,104
Posted By Anamica
Hi All, I have a data coming in some text...
Hi All,

I have a data coming in some text file as below:

. 351706 5861.8 0.026 0.012 12.584 0.026 0.012 12.582 0.000 ...
5,606
Posted By Anamica
Yes i had solved the problem of mine yesterday...
Yes i had solved the problem of mine yesterday only , i should be using -n swtch to repeat headers of vmstat in the output file. manual of vmstat served the purpose:-)
Thanks Alister, u got it...
5,606
Posted By Anamica
One script for Linux Monitoring-free, sar, vmstat, mpstat
HI ,
I am wrirting a script for checking the performance monitoring on Linux System when my application is running.
I have to run a test for 30 minutes on some server and while the test is running...
1,616
Posted By Anamica
Thanks , it worked on the command line , so i am...
Thanks , it worked on the command line , so i am writig script for the same and trying to redirect the output of this command line, file is gettring created but its an empy file :-(
1,616
Posted By Anamica
How to print the line from the file in the desired format:?
I am reading a file of Linux ( like mentioned below) & the data is represented in a single line like mentioned below:

11/03 4:00 39992 0.098 5.195 0.034 0.001 1.091 182 0.000 0 0.071 4.252 0.033...
1,128
Posted By Anamica
Locate the column names with their values in the file and the printing the same in the other file
I have text file in Linux with two rows : first row conmtain the column nam and the second row contain its value .I nned to fetch few columns first and then redirect the data of those colum in the...
8,815
Posted By Anamica
Try the command sudo /bin/su - username
Try the command
sudo /bin/su - username
Showing results 1 to 16 of 16

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