Search Results

Search: Posts Made By: Mohammed
1,633
Posted By Mohammed
Help With Double Sustitution
Hello All,

Can you help me with this double substitution problem.

I have 2 variables declared as under

TABLE="TABLE1"
TABLE1_WHERE_BY_CLAUSE="where a=b"


I am trying to echo...
51,168
Posted By Mohammed
Replace a character in last line
Hello Sed Experts,

I have got a file which contain entries as below
pmNoOfSwDownHsCong,
pmUlUpswitchAttemptHigh,
pmUlUpswitchAttemptLow,
pmUlUpswitchSuccessHigh,...
5,057
Posted By Mohammed
Thanks vgersh99 your code is working really fine....
Thanks vgersh99 your code is working really fine.
Thanks others for also helping me out
Thanks again!
5,057
Posted By Mohammed
Editing File using awk/sed
Hello Awk Gurus,

Can anyone of you help me with the below problem. I have got a file having data in below format

pmFaultyTransportBlocks
-----------------------
9842993

...
3,961
Posted By Mohammed
DST Change For Australia
Hello ,

We are investigating an issue from a customer from Western Australia related to DST change on 25 th March. The customer in Australia has the below settings for Time Zone. The System is...
3,109
Posted By Mohammed
Command to find how many disk arrays and versions
Hello,
Can you tell me a command to tell how many disk arrays are installed in the system, their RAID types and versions. I am working on Solaris 9.

Thanks very much in advance.
Mohammed
3,887
Posted By Mohammed
Multiple Substitution
Hello Guys,
I have some variables declared as below
VARIABLE1=Table
VARIABLE2=VARIABLE1

Now when I do an echo $VARIABLE2 it gives me below

atrcus303{root} #: echo $VARIABLE2
VARIABLE1

I...
26,705
Posted By Mohammed
Thanks very much Vino..fuser gives quite a...
Thanks very much Vino..fuser gives quite a information about the process using a file..Mine is not a linux machine , so cant use lsof I guess.
26,705
Posted By Mohammed
Which Process is writing this Log file!!
Hello ,

Well I have some /tmp files which are growing very quickly..Can anyone suggest me a way to find which process is logging into this file :confused: ?

Thanks very much in Advance!!
...
15,444
Posted By Mohammed
Alternate command for cut
Hello,

I have a string below

DUMMY=1,2,3,4,5,6

I want to extract fields 1-3 and put it as under in a file
1,2,3

I can do this using cut like below
echo $DUMMY | cut -d, -f1-3

But I...
36,569
Posted By Mohammed
Thanks guys..od -x command is working
Thanks guys..od -x command is working
36,569
Posted By Mohammed
Search For Control M characters in files
Hi ,

I have special character control M in many of my files as below

ersNet-Telnet-3.03/Makefile.PL100644 21166 144 612 7113770214 135
77 0ustar jayusers## -*- Perl -*-^M
^M...
Showing results 1 to 12 of 12

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