Sponsored Content
Full Discussion: please send me how to do it
Top Forums UNIX for Dummies Questions & Answers please send me how to do it Post 302241254 by sankar_1209 on Monday 29th of September 2008 02:06:58 AM
Old 09-29-2008
please send me how to do it

hi sirs/madams

please send me how to do"shell script that determines the period for which a specified user is working on the system" i am unable to do it
Image
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

send mail

Hi all, I am setting up mail function to send mail from a Solaris 8 machines but when I send a test mail out. it returns the following in my UNIX mail box Reporting-MTA: dns; unix.localdomain.com Arrival-Date: Tue, 14 Feb 2006 19:23:37 +0900 (KST) Final-Recipient: RFC822;... (3 Replies)
Discussion started by: stancwong
3 Replies

2. Shell Programming and Scripting

Send a mail

Hello All, I have written a scirpt that asks users to take action by xx:yy hours. Now I want to automate the sending of a reminder mail at xx:yy hours to remind the user that he needs to take action. How do you think I can go about that?? The only thing i can think of is to set up a cron job... (5 Replies)
Discussion started by: garric
5 Replies

3. Shell Programming and Scripting

need to send only once

Hi i have a monitoring script that send an email if grep returns 0 for some text. Problem is it sends two emails for both grep strings exist. How can i make it only ever send 1 email if either greps return? #if grep returns 0 then send email grep -q "still didn't respond" /root/latest.txt if... (1 Reply)
Discussion started by: borderblaster
1 Replies

4. UNIX for Advanced & Expert Users

send attachments using send mail in Solaris

Hi All, I have a requirement to send and email of body html with an attachment. concatinating uuencode output to the mail body with mailx command works, but as my Email body is of HTML type i use sendmail. my command to send HTML body is as below: export MAILTO="recipient@domain.com"... (1 Reply)
Discussion started by: mohan_kumarcs
1 Replies

5. Shell Programming and Scripting

send out to nohup.out

I get an error no such file or directory. Yet my permissions are 774. is there anything else I could check. thanks (2 Replies)
Discussion started by: TimHortons
2 Replies

6. Shell Programming and Scripting

send email help.

I want to send an email, however I like to subject line of the email to be different, depending on the content or body of the email, is this possible. Ok - lets say the body of the email will always have the word job name, and depending on the 4,5 and 6 position of the job name, in this case... (1 Reply)
Discussion started by: axdelg
1 Replies

7. Shell Programming and Scripting

Script to send email after comparing the folder permissions to a certain permission & send email

Hello , I am trying to write a unix shell script to compare folder permission to say drwxr-x-wx and then send an email to my id in case the folders don't have the drwxr-x-wx permissions set for them . I have been trying to come up with a script for few days now , pls help me:( (2 Replies)
Discussion started by: nairshar
2 Replies

8. UNIX for Dummies Questions & Answers

Send urgent

%%START CBLOADER CBLOADER BRBAI2 000090 01,011600033,011600033,110516,0834,2,90,,2/ 02,011600033,011103093,1,110317,0834,,2/ 03,105581,,015,+00000416418,,,901,+00000000148,,,922,+000000 00354,,/ 03,113806,,015,+00000559618,,,901,+00000000096,,,922,+000000 00621,,/... (1 Reply)
Discussion started by: sgoud
1 Replies

9. Ubuntu

Not able to send mail out of UbuntuBox in send mail

Hi Guys.. yesterday i purchased a VPS server and installed sendmail on ubuntu 12.4 with Webmin & Apache runing webserver problem is.. i can send mail via webmin user interface account to anybody to out side to any domain and able to recieve any mail from any domain.. Now main... (2 Replies)
Discussion started by: cmdman
2 Replies

10. Shell Programming and Scripting

Send mail

Hi all, I am trying to send a mail with attachment through this script. but its getting error email.sh: line 27: syntax error near unexpected token `newline' email.sh: line 27: `!' #!/bin/sh SUBJ="Send mail from Unix with file attachments" TO=xx@domain.com... (1 Reply)
Discussion started by: balaji23_d
1 Replies
mdbFontset(5)							 The m17n Library						     mdbFontset(5)

NAME
mdbFontset - Fontset DESCRIPTION
The m17n library loads a fontset definition from the m17n database by the tags <fontset, FONTSET-NAME>. The plist format of the data is as follows: FONTSET ::= PER-SCRIPT * PER-CHARSET * FALLBACK * PER-SCRIPT ::= '(' SCRIPT PER-LANGUAGE + ')' PER-LANGUAGE ::= '(' LANGUAGE FONT-SPEC-ELEMENT + ')' PER-CHARSET ::= '(' CHARSET FONT-SPEC-ELEMENT + ')' FALLBACK ::= FONT-SPEC-ELEMENT FONT-SPEC-ELEMENT ::= '(' FONT-SPEC [ FLT-NAME ] ')' FONT-SPEC ::= '(' [ FOUNDRY FAMILY [ WEIGHT [ STYLE [ STRETCH [ ADSTYLE ]]]]] REGISTRY [ OTF-SPEC ] [ LANG-SPEC ] ')' SCRIPT is a symbol of script name (e.g. latin, han) or nil. LANGUAGE is a two-letter symbol of language name code defined by ISO 639 (e.g. ja, zh) or nil. FONT-SPEC is to specify properties of a font. FOUNDRY to REGISTRY are symbols corresponding to Mfoundry to Mregistry property of a font. See m17nFont for the meaning of each property. OTF-SPEC is a symbol specifyng the required OTF features. The symbol name has the following syntax. OTF-SPEC-NAME ::= ':otf=' SCRIPT LANGSYS ? GSUB-FEATURES ? GPOS-FEATURES ? SCRIPT ::= SYMBOL LANGSYS ::= '/' SYMBOL GSUB-FEATURES ::= '=' FEATURE-LIST ? GPOS-FEATURES ::= '+' FEATURE-LIST ? FEATURE-LIST ::= '~' ? FEATURE ( ',' '~' ? FEATURE ',' ) Here, FEATURE is a four-letter Open Type feature. LANG-SPEC is a symbol specifying the required language support. The symbol name has the following syntax. LANG-SPEC-NAME ::= ':lang=' LANG Here, LANG is a two or three-letter ISO-639 language code. FLT-NAME is a name of Font Layout Table (Font Layout Table). EXAMPLE
This is an example of PER_SCRIPT. (han (ja ((jisx0208.1983-0))) (zh ((gb2312.1980-0))) (nil ((big5-0)))) It instructs the font selector to use a font of registry 'jisx0208.1983-0' for a 'han' character (i.e. a character whose Mscript property is 'han') if the character has Mlanguage text property 'ja' in an M-text and the character is in the repertories of such fonts. Otherwise, try a font of registry 'gb2312.1980-0' or 'big5-0'. If that 'han' character does not have Mlanguage text property, try all three fonts. See the function mdraw_text() for the detail of how a font is selected. COPYRIGHT
Copyright (C) 2001 Information-technology Promotion Agency (IPA) Copyright (C) 2001-2011 National Institute of Advanced Industrial Science and Technology (AIST) Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License <http://www.gnu.org/licenses/fdl.html>. Version 1.6.2 12 Jan 2011 mdbFontset(5)
All times are GMT -4. The time now is 04:40 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy