Sponsored Content
Top Forums Shell Programming and Scripting Email sent to multiple user address? Post 302461708 by ygemici on Tuesday 12th of October 2010 05:11:33 AM
Old 10-12-2010
hi

Can you write your commands in fully here?

And what is your system ?
 

9 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

i have removed my email address

I have removed my email address from the posted email. what else do I need to do? Thanks K-one (1 Reply)
Discussion started by: K-ONE
1 Replies

2. UNIX for Dummies Questions & Answers

Send email where # is in the email address - Using Unix

Hi All, How do I send an email using malix where email address contains a #. I have a email address like this : #test@test.com I want to send email like malix -s "TEST" #test@test.com < SOMEFILE I tried \# but doesn't work. Please let me know how we can achieve this? I am in... (1 Reply)
Discussion started by: jingi1234
1 Replies

3. UNIX for Dummies Questions & Answers

redirection to email address

Can someone please tell me the format to redirect an output file to an email address? thanks (4 Replies)
Discussion started by: 4Given
4 Replies

4. Shell Programming and Scripting

Finding an email address

Hi all, I have a file with X number of lines. Somewhere within each line will be an email address following the format: <telephone_number>@domain.net Each line is not a set length and there are no delimiters to work with. I want to write a script that extracts the telephone number... (3 Replies)
Discussion started by: mandriver
3 Replies

5. UNIX for Dummies Questions & Answers

Panic kernal-mode address fault on user address 0x14

:) Firstly Hi all!!, im NEW!! and on here hoping that someone might be able to offer me some help... i have a server that keeps crashing every few days with the error message: PANIC KERNAL-MODE ADDRESS FAULT ON USER ADDRESS 0X14 KERNAL PAGE FAULT FROM (CS:EIP)=(100:EF71B5BD) EAX=EF822000... (10 Replies)
Discussion started by: Twix
10 Replies

6. HP-UX

How to change the email from address?

Hi Friends, I am facing one issue with my hpux server. I used to send mail from the hpux server directly to the customer id. By default the from address includes the complete hostname(eg:- user1@hostname.domain.com). My domain name is registered, but this individual hostname is not... (1 Reply)
Discussion started by: arumon
1 Replies

7. Forum Support Area for Unregistered Users & Account Problems

Change email address

How can I change email address registered with my unix.com account (1 Reply)
Discussion started by: hiten.r.chauhan
1 Replies

8. Forum Support Area for Unregistered Users & Account Problems

Cant use certain email address

I tried to re-register using my new email address which is <firstname>@<surname>.me But it never sent out the email confirmation. I had to hit the back button and use my gmail address instead and it came through instantly. Is there a problem with using .me addresses? (1 Reply)
Discussion started by: frustin
1 Replies

9. Solaris

Sending Mails to the Multiple Email Address

Hi All, I am pretty new to the mail service in Sun Solaris 5.10. If anybody help me in writing a script for the multiple recipient with subject and the body would be a helpful. Kindly help... Thanks in advance. :) Warm Regards, Pramod (5 Replies)
Discussion started by: Pramod_009
5 Replies
namespacex(n)						    Namespace utility commands						     namespacex(n)

__________________________________________________________________________________________________________________________________________________

NAME
namespacex - Namespace utility commands SYNOPSIS
package require Tcl 8.5 package require namespacex ?0.1? ::namespacex hook add ?namespace? cmdprefix ::namespacex hook proc ?namespace? arguments body ::namespacex hook on ?namespace? guardcmdprefix actioncmdprefix ::namespacex hook next arg... ::namespacex info allchildren namespace ::namespacex info allvars namespace ::namespacex info vars namespace ?pattern? ::namespacex state get namespace ::namespacex state set namespace dict ::namespacex state drop namespace _________________________________________________________________ DESCRIPTION
This package provides a number of utility commands for working with namespaces. API
::namespacex hook add ?namespace? cmdprefix ::namespacex hook proc ?namespace? arguments body ::namespacex hook on ?namespace? guardcmdprefix actioncmdprefix ::namespacex hook next arg... ::namespacex info allchildren namespace This command returns a list containing the names of all child namespaces in the specified namespace and its children. The names are all fully qualified. ::namespacex info allvars namespace This command returns a list containing the names of all variables in the specified namespace and its children. The names are all relative to namespace, and not fully qualified. ::namespacex info vars namespace ?pattern? This command returns a list containing the names of all variables in the specified namespace. ::namespacex state get namespace This command returns a dictionary holding the names and values of all variables in the specified namespace and its child namespaces. Note that the names are all relative to namespace, and not fully qualified. ::namespacex state set namespace dict This command takes a dictionary holding the names and values for a set of variables and replaces the current state of the specified namespace and its child namespaces with this state. The result of the command is the empty string. ::namespacex state drop namespace This command unsets all variables in the specified namespace and its child namespaces. The result of the command is the empty string. KEYWORDS
extended namespace, info, namespace unknown, namespace utilities, state (de)serialization, unknown hooking, utilities COPYRIGHT
Copyright (c) 200? Neil Madden (http://wiki.tcl.tk/12790) Copyright (c) 200? Various (http://wiki.tcl.tk/1489) Copyright (c) 2010 Documentation, Andreas Kupries namespacex 0.1 namespacex(n)
All times are GMT -4. The time now is 02:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy