Sponsored Content
Top Forums UNIX for Advanced & Expert Users Executing of UNIX script using email Post 303021423 by jgt on Thursday 9th of August 2018 07:43:26 AM
Old 08-09-2018
you can also create an alias that begins with a pipe (|) so that the email becomes standard input to the command/script following the pipe.
see the file /etc/mail/aliases and the newaliases command.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Executing a .dll from a Unix script

Is it possible for a Unix script to execute a .dll. If so, where would I find information/examples of how to do that? Thanks, in advance, for any help. :rolleyes: (2 Replies)
Discussion started by: BCarlson
2 Replies

2. Shell Programming and Scripting

Writing and executing a script in RTR implementation of UNIX

Can anybody provide a complete procedure for writing and executing a script in RTR(real time reliable) implementation of UNIX (0 Replies)
Discussion started by: mahajan.anubhav
0 Replies

3. Shell Programming and Scripting

Doubt on Executing unix commands in script

How can I execute the unix command "cd - Change directory" command, so that my command prompt should be reflected for that change. Example : Now you are in your home directory i.e /home/naresh and you have some sub directory called unixinfo in your home directory. i want to write a script,so... (2 Replies)
Discussion started by: Naresh Kumar
2 Replies

4. UNIX for Advanced & Expert Users

Executing SQLPLUS in UNIX Script from JAVA

Hi ALL, I would like to execute one SQL query(ORACLE) in UNIX shell script. For this I used sqlplus in script and tested locally. It worked fine. But my requiremnt is to execute the script from Java. In this case the UNIX part is working but sqlplus is not returning anything The JAVA code used... (0 Replies)
Discussion started by: anooptech
0 Replies

5. Shell Programming and Scripting

Executing unix script on windows through MKSToolkit

hi, I have an unix script and i'm executing from command prompt in windows. The script is exiting immediately when i call the script.But the script is getting executed at the back end. But when i type sh at command prompt i'm getting $ sign and i can see the execution of script. Is there... (5 Replies)
Discussion started by: ammu
5 Replies

6. UNIX for Advanced & Expert Users

Executing a shell script from windows;script present in unix

I need to execute a shell script kept in unix machine from windows. User id, password area available. For eg. There's a shell script wich moves all the logs kept in my home directory to a directory named LOGS. Now i need to get this done through windows; either using a batch file, or java... (4 Replies)
Discussion started by: rajneesh_kapoor
4 Replies

7. Shell Programming and Scripting

perl script to send an email executing with errors

Hello , i am using RHEL5 , i have got a perl script that executes and sends an email correctly if i run it with ./sendemail.sh command. This is the script below #! /usr/bin/perl use Net::SMTP; print "starting email send ."; $smtp = Net::SMTP->new("192.168.0.1");... (2 Replies)
Discussion started by: kabazzi
2 Replies

8. Shell Programming and Scripting

sh script to get unix username of person executing it

Hi, I am writing a script, and I need to incorporate some logic where I can find out the unix username of the person who is executing the script. The issue is , a particular user could have "sesu" ed into a group id. for eg. root, and then executed the script. In that case, instead of root,... (5 Replies)
Discussion started by: neil.k
5 Replies

9. Shell Programming and Scripting

Executing java .jar from UNIX script

I have a .jar placed in my Unix directory. The .jar creates a .csv file .I want to execute the .jar and place the output file in a target Unix directory. The Unix Script is as follows. The issue that i am facing is that the file is not being placed in the REPORTDIR=/cdunix/IQNavigator/wrk instead... (4 Replies)
Discussion started by: pankajkargeti12
4 Replies

10. Shell Programming and Scripting

Executing Oracle script from UNIX Script

Hi, I am new to UNIX and want to execute oracle script from unix script. I have written below script but i am getting below error. #!/bin/bash file="/home/usr/control/control_file1" while read line do #$line=@$line #echo $line sqlplus tiger/scott@DB @$line exit #echo "$line" done... (3 Replies)
Discussion started by: vipin kumar rai
3 Replies
ali(1mh)																  ali(1mh)

Name
       ali - list mail aliases

Syntax
       ali [ -alias aliasfile ] [ -help ] [ -[no]list ] [ -[no]normalize ] [ -user useraddr ] [ -nouser ] [ aliases ...  ]

Description
       The  command  searches the specified mail alias files for each of the given aliases.  It creates a list of addresses for those aliases, and
       displays that list on the screen.

Options
       -alias aliasfile
		 Specifies the alias file to be consulted by You can specify more than one alias file, but each  aliasfile  must  be  preceded	by
		 -alias.  In addition to any alias files that you specify, consults the system alias file

		 You  can  set up an entry in your so that automatically consults an alias file.  To do this, add the Aliasfile entry to your pro-
		 file.	See for more information.

       -help	 Prints a list of the valid options to this command.

       -list
       -nolist	 Prints the addresses on separate lines.  If you do not specify the -list option,  the	addresses  are	separated  by  commas  and
		 printed on as few lines as possible.

       -normalize
       -nonormalize
		 Instructs  to try to track down the official hostname of the address.	This can be suppressed by using -nonormalize.  The default
		 is -nonormalize.

       -user useraddr
       -nouser	 Displays all the aliases that contain a specific name.  Instead of listing the addresses that each given alias expands to,  lists
		 the  aliases that expand to include each given address.  You must specify the complete user name that you have used in your alias
		 file.

       The defaults for this command are:

	      -alias /usr/lib/mh/MailAliases
	      -nolist
	      -nonormalize
	      -nouser

Examples
       The following example shows how the -user option can be used to list all the aliases containing the address Parker@Venus:
       % ali -user Parker@Venus
       Parker@Venus: Group, Reviewers, Badminton

Profile Components
       Path:	    Location of your Mail directory.
       Aliasfile:   Location of your personal alias file.

Files
       The user profile.

       The system alias file.

       The system password file.

       The system group file.

See Also
       mh-alias(5mh)

																	  ali(1mh)
All times are GMT -4. The time now is 08:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy