Search Results

Search: Posts Made By: krabu
1,434
Posted By krabu
Display blocks containing specific pattern
Hi,

I have a file containing multiple entries. Each block starts with <BEGIN and ends with <END. Sample data is given below


<BEGIN
IMSI=095001202630;
MSISDN=00145132916;
...
Forum: Solaris 08-25-2010
1,824
Posted By krabu
OpenSolaris Installer error
Hi,
Whenever i try to install OpenSolaris, I am getting the error
"There was an error launching the application.
Detail: Failed to fork child process (Not enough space)"

I am using the...
1,869
Posted By krabu
Convert Rows to Columns Specific Data
I have this data
M36 AREA INFORMATION
MDN = 0485009346
ESN = H'15fda0b0
TYPE = HLR
RESULT = NOK
REASON = UNRECOGNIZED MIN
...
7,240
Posted By krabu
Append some text to a file multiple times
Hi,
I have a text file like
Version=abc
Tab=1
URL GOTO=www.abc.com/board=1
some text...

I want to run a loop x no of times and append to the text file above text but
URL GOTO should be...
2,198
Posted By krabu
You should use the select loop which is an easy...
You should use the select loop which is an easy way to create menu.
22,484
Posted By krabu
You have to crontab the script to check direcotry...
You have to crontab the script to check direcotry size after some interval.
4,758
Posted By krabu
see the man page of top UNIX man pages : top ()...
see the man page of top
UNIX man pages : top () (http://unixhelp.ed.ac.uk/CGI/man-cgi?top)
1,669
Posted By krabu
Try sed 's/\"/\!/g' infile To remove...
Try
sed 's/\"/\!/g' infile

To remove double quotes, Try
sed 's/\"//g' infile
2,615
Posted By krabu
Not sure what you want but try this :~$ awk -F...
Not sure what you want but try this
:~$ awk -F \" '/BATCH_RECIPE_FORMULA NAME/ {printf $2" "} /CV/{print $2}' awktest | head -1
BF-123456 ABCD-ZK-0
4,549
Posted By krabu
Try this $ grep ^H file | awk '$3 ~...
Try this

$ grep ^H file | awk '$3 ~ '/^[1-9]/' {print $3}'|cut -c1-6
100.00
1,933
Posted By krabu
Hi, All my posts show up late. I have posted...
Hi,
All my posts show up late. I have posted three times today and they all were late.

Thanks for the help

---------- Post updated at 10:03 PM ---------- Previous update was at 10:00 PM...
Forum: What is on Your Mind? 01-27-2010
43,353
Posted By krabu
I am a Telecom Engineer so i have to deal with...
I am a Telecom Engineer so i have to deal with unix regularly. This forum has helped me a lot and improved my unix knowledge. But i am still a beginner and i hope to improve my unix further with the...
1,933
Posted By krabu
Replies show up late
Hi,
If i reply to a post then view a thread, my reply does not show. But after few hours it shows up. Kindly help.
2,835
Posted By krabu
You can do this with tr command tr ' ' '\n'...
You can do this with tr command

tr ' ' '\n' < file
Forum: Solaris 01-26-2010
6,111
Posted By krabu
When system is powered up, its maintence light is...
When system is powered up, its maintence light is on. I have attached the diagnostic log and syslog.
Forum: Solaris 01-26-2010
6,111
Posted By krabu
Thanks for replies. This is diagnostic log ...
Thanks for replies. This is diagnostic log

<*>
Hardware Power On
FATAL: ???power-on-reset with FATAL flags set

@(#)OBP 4.13.0 2004/01/19 18:26 Sun Fire 480R
Front Panel Keyswitch is in...
Forum: Solaris 01-25-2010
6,111
Posted By krabu
Running Sun Fire V480R on a single cpu-Urgent
I have a sun fire v480r server. it has 2 cpu. One of cpu have become faulty. Now i want to run server on a single cpu. My service provider says it cant be done, you have to replace the motherboard....
2,067
Posted By krabu
You want to find in whole filesystem or a...
You want to find in whole filesystem or a particular directory?
3,142
Posted By krabu
you can use find command at the top of...
you can use find command at the top of directories where your files are.

#find . -type f -print | xargs grep 'pattern to be matched'
19,276
Posted By krabu
A Slight Variation
Thanks. I really appreciate your help. A slight variation. Can I display only that part of the files that is updated in last 10 mins and run some script?
Thanks
19,276
Posted By krabu
Hi, File has alarms so if an alarm occurs,...
Hi,
File has alarms so if an alarm occurs, file will be updated. I just want to check if a file is modified in last 10 mins or not and run some script if it is modified. Thanks.
19,276
Posted By krabu
Run a script if file modified in last 10 min
Hi,
I want to check if a file is modified or not in the last 10 mins and run a script if so. Thanks
3,260
Posted By krabu
Thanks for your reply. My sample input was not...
Thanks for your reply. My sample input was not clear. Duplicate values can occur anywhere in the 2nd column than side by side. e:g

10 1
1 4
2 13
3
4
93
3,260
Posted By krabu
Comparing two columns
Hi,
I want to compare two columns and find out missing entries e:g
Column 1 Column 2
1 1
2 2
3 13
4
10
19
234
...
Forum: Infrastructure Monitoring 10-08-2009
5,216
Posted By krabu
Output of the code is mentioned below ...
Output of the code is mentioned below

000000 \t f i \n
0966 690a
0000004

awk 'NR==346' Makefile show output of code from lines 342 to 346 is

pythontest:
...
Showing results 1 to 25 of 65

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