Search Results

Search: Posts Made By: jothi basu
3,222
Posted By jothi basu
Could pls check now... ---------- Post...
Could pls check now...

---------- Post updated at 04:26 PM ---------- Previous update was at 04:26 PM ----------



Could pls check now..
2,541
Posted By jothi basu
it is typo mistake , it is like (Test/Test1) only
it is typo mistake , it is like (Test/Test1) only
3,222
Posted By jothi basu
Ignore escape sequence in sed
Friends,

In the file i am having more then 100 lines like,

File1 had the values like this:

#Example East.server_01=EAST.SERVER_01
East.server_01=EAST.SERVER_01...
2,541
Posted By jothi basu
sed Command to skip
Friends,

I have 1000 line like below


#formate Test.server.e01=http://111.22.33.23/
#test_server_west
Test.server.w01=http://112.123.123.22/
Test.server.w02=http://113.143.123.22/...
1,097
Posted By jothi basu
Find and Replace in awk
Friends,

I have more the thousand lines like this.

check.cloud1.port=342
check.cloud2.port=5456
check.cloud3.port-4564
But we need to transfer it to

_CHECK.CLOUD1.PORT_=342...
4,025
Posted By jothi basu
This command is working fine thanx, but the white...
This command is working fine thanx, but the white space also replaced by =__

How can we add the condition to this..:confused:
2,210
Posted By jothi basu
Export Error in Shell script
All,

While executing the bellow commnad after the sed, awk command to export the value to, i am getting the fallowing error.

...
2,879
Posted By jothi basu
This one is working for me...
This one is working for me...
2,461
Posted By jothi basu
I am getting the fallowing error while executing and mail still coming in plain text formate
Error in command line: content_type=text/html: unknown command
2,461
Posted By jothi basu
Sendmail package is not available in my system,...
Sendmail package is not available in my system, can help with mailx,or mutt,mail...
those will be help full
2,461
Posted By jothi basu
urgent: Not able to send the html formatted message from mailx
<html>
<body style=background-color:AliceBlue>
<p>Hi,<pre>please check the connectivity status of the server. <pre>
And find the server log file for more details. </p>
<h1><font size="4">SERVER...
1,334
Posted By jothi basu
:wall::wall: I am new to scripting could you...
:wall::wall:
I am new to scripting could you please explain the execution flow of the above code.
922
Posted By jothi basu
For specific name try this
sed -e `/^reza/ d` < source-file > destination-file
7,102
Posted By jothi basu
Please make sure the count of recoard in source file and other files are same.
awk -f "~" `FNR==NR{A[$1,$1]=1;next} A[$1,$1]' file1.txt SBL_LOYALTY_SALE_TXNS*.txt >comman.txt


Not sure about this but you can try...:cool:
3,600
Posted By jothi basu
Please try with grep
grep -e "*.conf" < filter.txt > new_filter.txt

I hope it will work .. for you searching operation...
2,288
Posted By jothi basu
Thanks for your quick reponse ...
Looking for something like this?
#!/bin/bash
array=( cat dog horse )

a="horse"

for x in ${array[@]}
do
if [ "$a" == "$x" ]
then
echo "$a and $x match"
else
...
2,288
Posted By jothi basu
if the values are in array variable means how can...
if the values are in array variable means how can we check for each... ?

Please suggest the another method to compare the array variable in if condition.
1,565
Posted By jothi basu
Thanks for your quick responce... i hope it will...
Thanks for your quick responce... i hope it will help
1,565
Posted By jothi basu
Please suggest the Sites for perl script beginners for better understanding
I am begginer to perl scripting, i like to learn all the functionality of the perl scrpting , Could you please help me on this :confused::confused:
Showing results 1 to 19 of 19

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