Search Results

Search: Posts Made By: swamymns
4,032
Posted By swamymns
Friends, the soution does not work. please let...
Friends,
the soution does not work. please let me know how to put loop in awk command to resolve the issue.
regards.
4,032
Posted By swamymns
Dear friends, Please help me the above...
Dear friends,

Please help me the above stated problem.

Urgent responses are very much appreciated .

Thanks in advance,
swamymns
4,032
Posted By swamymns
Hi Guys, thanks for your reply, awk ' /^=...
Hi Guys, thanks for your reply,

awk ' /^= name*/,/^= job*/ { indx += 1; arr[indx]=$0; } \
/^= code : 10/ { match_found_10="YES"; } \
/^= code : 15/ { match_found_15="YES"; }\
/^= job*/...
4,032
Posted By swamymns
Hi Pradee and friends, I need some...
Hi Pradee and friends,
I need some modification in the above script.
151,893
Posted By swamymns
hi, try this, awk '{print $9$10}' test >...
hi,
try this,

awk '{print $9$10}' test > new_file

where the content of test is ,
Department = 1234 G/L Asset Acct No = 12.0000. 2/29/2008
Department = 1234 G/L Asset Acct No = 13.0000....
3,128
Posted By swamymns
retrive lines from a file using AWK command
Dear friends,
please tell me how to get some required lines from a file and write to another file using AWK command.
i.e.,
if a file contains,

abcdefghigk
12345
lmnopqrstuv
678910
wxyz

...
4,032
Posted By swamymns
searching and storing unknown number of lines based on the string with a condition
Dear friends, Please help me to resolve the problem below,

I have a file with following content:


date of file creation : 12 feb 2007
====================
= name : suresh
= city :mumbai...
56,594
Posted By swamymns
What "set +u" does?
Dear Friends,
I couldn't able to find what "set +u" does.
Please tell me what is the significance of this command.

Thanks in advance,
swamymns
2,266
Posted By swamymns
speeding up the compilation on SUN Solaris environment
Dear friends,
Please let me know how do I increase the speed of my compilation in SUN Solaris environment.

actually I have many subfolders which contains .cc files.

when I compile makefile at...
4,764
Posted By swamymns
Error: Compiler out of memory
Dear friends,
please tell me why I am getting "Error: Compiler out of memory" message when I run a make file on unix environment.
the same makefile was running without any problem previously.
but...
6,869
Posted By swamymns
is it possible to pass external variable values to nawk?
Dear friends,
please tell me how to pass the external variable values to the nawk command.

length=`expr $len2 - $len1`

i need to pass $length to following nawk command as mentioned below.
...
3,110
Posted By swamymns
please help me...
dear friends please help me..
incase a file contains multiple tags of same name, then how to get the required string between the tags, in which the string begins with "O/M"

i.e., file1.txt...
5,996
Posted By swamymns
sed: command garbled error.....
Dear friends,
please give me the solution to the following query.

If a file contains multiple tags of same name, then how to get the required string between the tags, in which the string begins...
3,110
Posted By swamymns
sed: command garbled: s#W/X.*[!<]//g...
Hi friend,
thanks for ur reply, but when I use the ur command,
echo "${str}"|sed 's#W/X.*[!<]//g'
where str contains the complete file content.

I ma getting following error...
sed: command...
3,110
Posted By swamymns
one more query for searching string.......
Dear friends,
I have one more query,
incase a file contains multiple tags of same name, then how to get the required string between the tags, in which the string begins with "O/M"

i.e.,...
5,095
Posted By swamymns
please help me to search string in a file ......
Dear aigles, thanks for ur reply,
but I am very sorry, I have missed one important point in my previous mail.
please pardon me for that.

file1.txt contains following text(please note that all...
5,095
Posted By swamymns
please help me to search string in a file ......
Dear Friends,
Please tell me the shell command to find desired string in a file....
for example,

file1.txt contains following text(please note that all the following tags are in single line)...
39,969
Posted By swamymns
how to identify the type of shell using comands..
Dear friends,
please tell me how to identify the type of the shell (whether cShell, kshell or anything else)
please tell me the command.

waiting for ur reply....

regards,
swamymns
29,538
Posted By swamymns
"find command" to find the files in the current directories but not in the "subdir"
Dear friends,
please tell me how to find the files which are existing in the current directory, but it sholud not search in the sub directories..

it is like this,

current directory contains ...
2,331
Posted By swamymns
help needed in shell scripting......urgent
Dear friends,
please help me to solve following problem.

I'm running a frontend application from which i'll be invoking the shell script with arguments as given below

-driver -w -p "ABC XYZ"...
2,790
Posted By swamymns
vary urgent please help me....please
Dear Friends,
I need a shell script.
I am facing a problem while selecting the text that is between start and end tags. and insert the paragraph into a file1, next paragraph in file2......
experts...
2,790
Posted By swamymns
selecting each paragraph and put it into a file...help me
Dear Friends,
I need a shell script.
I am facing a problem while selecting the text that is between start and end tags. and insert the paragraph into a file1, next paragraph in file2......
experts...
3,206
Posted By swamymns
how to select each and every paragraphs in a file using shell scripting?
Dear friends,
I read all the rules completely.
can any one of the group please read my problem and can u please give me some solution.

Thanks in advance,
Narayanaswamy M
3,206
Posted By swamymns
Perderabo and other experts, please help me....
Dear Friend,
I am tring to write shell script but I am facing a problem while selecting the text that is between start and end tags.

i have a file contains,
--------------
<abc> some text some...
3,206
Posted By swamymns
Please help me..(unix script)...
Dear Friends,
I am facing a problem while selecting the test that is between start and end tags.

i have a file contains,
--------------
<abc> some text some text
some text some text
some text...
Showing results 1 to 25 of 25

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