Search Results

Search: Posts Made By: shubh05
Forum: Solaris 03-06-2013
1,547
Posted By shubh05
Hello, By run time I mean, whenever the...
Hello,

By run time I mean, whenever the command below is executed:-

cd /dir1/dir2 then it should land me in /dir1/dir3.

As fas as I know, symbolic links can't be used for...
Forum: Solaris 03-06-2013
1,547
Posted By shubh05
Directory Aliasing
Hello,

I need to rediret the directory location at run time as:-

If I type cd /dir1/dir2 then it should take me to /dir1/dir3 at run time.

Inside dir1, both dir2 and dir3 directories are...
Forum: Solaris 01-15-2013
1,377
Posted By shubh05
Hello, It must be something else. ...
Hello,

It must be something else.

Generally, we have IPv6 addressing where hostname is in square brackets - [..]

So I am having little impression that, it might resolve this ip address at...
Forum: Solaris 01-15-2013
1,377
Posted By shubh05
Rcp issue
Hello,

Could anyone help me in explaining what the below command actually means?

rcp file_name user_name@ukpm01:cgiprod:[tye131.trans]file_name1

I know the rcp format as:-

rcp...
1,521
Posted By shubh05
You can probably do it with awk command:- awk...
You can probably do it with awk command:-
awk -F"|" ' { for (i=1;i<=NF;i++) {print $i;} }' filename | sort

You can try it and let me know if any issues...
2,618
Posted By shubh05
Thanks for the suggestion. Today only I...
Thanks for the suggestion.

Today only I wrote a C code with the name of the binary as mailx only. This code is reading the arguments which are provided to real mailx command inside codes and then...
2,336
Posted By shubh05
I am not sure of it as of now...have not digged...
I am not sure of it as of now...have not digged into it and have little knowledge about it. All I know is, it is somewhere defined in /etc/mail folder.

The codes that I need to handle use mailx or...
2,336
Posted By shubh05
Ok, thanks for the suggestion. Please let me...
Ok, thanks for the suggestion.

Please let me know, what needs to be done in order to handle it via changing the mail server?
2,336
Posted By shubh05
In the project I am working for, the requirement...
In the project I am working for, the requirement is that, the mails should not go to intended users if we are on Non Production server.

We dont want to change the codes where email addresses are...
2,336
Posted By shubh05
Read pipe data
Hello,

I need to read the pipe data as:-

cat abc.txt | uuencode abc.txt | mailx -s hi xyz@xyz.com

I will override the mailx function so that when mailx is called, it calls my version of maix...
1,750
Posted By shubh05
Hi Jim, Thanks for the reply. The...
Hi Jim,

Thanks for the reply.

The actual requirement is to restrict the mails going to production users from
Non production server.

If the code is running in production server, then the...
1,750
Posted By shubh05
Restricting emails to particular domain name
Hello,

I need to restrict the mails going from any codes to a particular domain.

For example - No mail from any code should go to any email address with domain as abc.com - example -...
2,618
Posted By shubh05
Yes, its just stdin, but I can read stdin by...
Yes, its just stdin, but I can read stdin by read command as

while read -r line
do
????????????
done

but how to copy the file attached is where I am struggling.

Also, I am not able to...
2,618
Posted By shubh05
Hello, Thanks for the suggestion. The...
Hello,

Thanks for the suggestion.

The main problem with overriding or renaming mailx is how to read the attachment file from the origional command line as
cat abcd.txt | uuencode abcd.txt |...
Forum: HP-UX 12-06-2012
3,744
Posted By shubh05
Hi Akhirul, Have you compiled it in target...
Hi Akhirul,

Have you compiled it in target server? Or you have compiled it in source server and took the executable to target server and just ran that?

Regards
Shubham
2,049
Posted By shubh05
Overriding Mailx Command
Hello All,

I am working on a project where the requirement is override mailx command in such way that, instead of sending mailing to email addresses coded in codes, it should send mails to one...
2,618
Posted By shubh05
Override Mailx Command
Hello All,

I am working on a project where the requirement is override mailx command in such way that, instead of sending mailing to email addresses coded in codes, it should send mails to one...
Showing results 1 to 17 of 17

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