Search Results

Search: Posts Made By: suffisandy
5,554
Posted By suffisandy
am using bash on solaris
bash-2.03$ uname -a
SunOS romulus 5.8 Generic_117350-62 sun4u sparc SUNW,Ultra-4

---------- Post updated at 02:48 PM ---------- Previous update was at 02:37 PM ----------

If I use double...
5,554
Posted By suffisandy
That worked, however, now script is not working
using single quotes instead of double has worked, however, now the output of that command is not being assigned to a variable, see the below command,

ADDCHECK=`echo -n 'sandy@test.com' | perl -wln...
5,554
Posted By suffisandy
Issues with an exact match using regex in perl!
Hello Guys,

I am trying to make an exact match for an email address entered as an argument, using perl, however, it's not working if I put a "$" in the email address. See the below outputs,
...
4,781
Posted By suffisandy
@ ygemici ... thanks for the reply ... though...
@ ygemici ... thanks for the reply ... though this will not give an exact match, see the below one

bash-2.03$ expr match singh@test.comtest '\([a-zA-Z0-9\w\.\_\-]*@[Tt][Ee][Ss][Tt].[Cc][Oo][Mm]\)'...
4,781
Posted By suffisandy
Need to make exact match
Hi Gaurav,

Thanks for the suggestion. Am not familiar with Perl Scripting, however, now I am plannig to study it as well. Could you please let me know how can I make exact pattern match, for...
4,781
Posted By suffisandy
Issues with expr command on Solaris Box
Hello Friends,

I have written a code on a Linux box, however, am getting issues while running it on a Solaris server. The issue with Sed command is sortd out, however, am still lokking for...
3,953
Posted By suffisandy
@ Ripat and Pludi yes, the idea of using a temp...
@ Ripat and Pludi
yes, the idea of using a temp file has worked. Thank you !!!
Basically what I am trying to is as follows,
We have a file which has the complete list of email addresses of users...
3,953
Posted By suffisandy
Using "-i" with sed on solaris 8
Hello Guys,

I have made a script where am using "-i" option with sed comand. I made the script on a Linux box, however, I need to run this on a Solaris box and it's not working on solaris...
Showing results 1 to 8 of 8

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