Search Results

Search: Posts Made By: dineshaila
1,792
Posted By dineshaila
I have tried escaping the & and \n the output...
I have tried escaping the & and \n
the output is
the name is din&esh
isgood

---------- Post updated at 11:14 AM ---------- Previous update was at 11:12 AM ----------

Hi Ravinder,
u r...
1,792
Posted By dineshaila
How to print & and \n while replacing with sed/awk?
string="din&esh\nisgood"

File.txt:
the name is [Name]


sed "s#\[Name\]#${string}#g" File.txt
Output am getting:
the name is din[Name]esh
is good

Expected output:
the name is...
5,181
Posted By dineshaila
it is also not printing echo "123"|grep -v '^[...
it is also not printing
echo "123"|grep -v '^[ ]*1'
if the pattern contains 1



Use code tags, thanks.
5,181
Posted By dineshaila
Grep command
grep -v '^[ ]*1'



explain what is the output of the command.
3,262
Posted By dineshaila
Curl command to post headers
I am trying post SOAP header from file to curl command.

The curl command is

curl -vk -H "$(cat curl-test1.txt)" -X POST https://xvcfvusdgfsd.sdfjd.gf/cmsws/CMSService


The contet of curl...
2,458
Posted By dineshaila
I mean we are not getting any response from the...
I mean we are not getting any response from the Java code
2,458
Posted By dineshaila
Killing the process if running for long time in script
I am running a script which will read the data from fail line by line and call the Java program by providing the arguments from the each line.

The Java code is working fast for few records and for...
2,717
Posted By dineshaila
Could you please explain how it works
Could you please explain how it works
2,717
Posted By dineshaila
Pivot data using awk
Hi

My Input is like below

DELETE|MPI|AUD_UPD_AGENT|MPISYS
INSERT|MPI|AUD_UPD_AGENT|MPISYS
SELECT|MPI|AUD_UPD_AGENT|MPISYS
UPDATE|MPI|AUD_UPD_AGENT|MPISYS
DELETE|MPI|BDYMOD|MPISYS...
2,585
Posted By dineshaila
Sorry for the confusion The scripts are...
Sorry for the confusion

The scripts are present in this folder /clocal/www/web-data/WAS/WebSphere7/scripts/DealerLocator/Scripts

But the home directory will be...
2,585
Posted By dineshaila
Inner script run and its exit status
Main Script
#!/bin/ksh

echo "Maimn script"

./clocal/www/web-data/WAS/WebSphere7/scripts/DealerLocator/Scripts/secondscript.ksh

echo "$? = status"


Sdecond Script
#!/bin/ksh

echo "In...
2,371
Posted By dineshaila
How to get the Invalid records from a file using awk?
My Input file is fixed length record ends with . as end of the line and the character length is 4156
Example:
12234XYZ TY^4253$+00000-00000...........



I need to check is there any...
2,842
Posted By dineshaila
Thanks for the clear response
Thanks for the clear response
2,842
Posted By dineshaila
Hi Don/Ravinder, Thanks for the reply. ...
Hi Don/Ravinder,

Thanks for the reply.
Could you please expalin how the code works
2,842
Posted By dineshaila
Conversion of rows to columns using awk based om column value
HI,
My Input file data is

dn:adcfgeneral
id:13343
Name:xxxxxx
Password:iutyerwuitywue wpuwt
tuiytruityrutyrwtyrwp
dn:cdferwjyyyy[/COLOR]
id:3875
Name:yyyy
Password :hgfdsjkfhdsfkdlshf...
Showing results 1 to 15 of 15

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