Sponsored Content
Top Forums Shell Programming and Scripting Shell Script Email not working Properly Post 302361649 by karthikraj on Tuesday 13th of October 2009 06:48:08 PM
Old 10-13-2009
Shell Script Email not working Properly

I tried the Set Length Option and Still it is not working Properly.
 

10 More Discussions You Might Find Interesting

1. Programming

y is this not working properly?

#include <stdio.h> #include <sys/types.h> #include <string.h> #include <sys/stat.h> #include <unistd.h> struct stat s; main() { char c; if (fork()==0) { system("clear"); do { printf("myAI\\>§ "); scanf("%s",c); if(stat(c,&s)>-1) {... (3 Replies)
Discussion started by: C|[anti-trust]
3 Replies

2. Shell Programming and Scripting

Shell script not processing if statement properly

Hi I am trying to create a shell script that will look for a contracthead file first and if the contract head file does not exist on day1 exit script. Now on day2 if contracthead exists or not run the script uploading files in order such as contract line then contract contact so the... (2 Replies)
Discussion started by: jonathan184
2 Replies

3. Shell Programming and Scripting

Script not working..."sort" not working properly....

Hello all, I have a file - 12.txt cat 12.txt =============================================== Number of executions = 2 Total execution time (sec.ms) = 0.009883 Number of executions = 8 Total execution time (sec.ms) = 0.001270 Number of... (23 Replies)
Discussion started by: Rahulpict
23 Replies

4. UNIX for Dummies Questions & Answers

Issue with shell script: not detecting file properly

The following script is meant to check the presence of a file - called filename0.94.tar.gz - and uncompress it: #!/bin/sh # check presence of file VERSION=0.94 if ; then # file not present: abort echo "Files cannot be found." #exit 1 (commented out this line, so we can see how the... (2 Replies)
Discussion started by: figaro
2 Replies

5. Shell Programming and Scripting

script line not working properly

Hi , I am using the below command in script. $_IDLETIME is returning value if i execute the script manually. sar > $_LOCATION/sar.txt _IDLETIME=`tail -2 $_LOCATION/sar.txt | head -1 | tr -s ' ' ' ' | cut -d ' ' -f8 | cut -d '.' -f1`; if But it s not returning any value if it put the... (3 Replies)
Discussion started by: ahamed
3 Replies

6. Shell Programming and Scripting

Shell script not working properly

Hello, i have below shell script to process ftp get from server and create file list afte finish. this shell scipt has 6 parameter input. unfortunately, it is only working to get the file and terminated before creating file list. please help. thanks, #!/bin/ksh ## example usage :... (3 Replies)
Discussion started by: daryatmo
3 Replies

7. Shell Programming and Scripting

Moving old files bash script - not working properly

I'm trying to write a script that moves data that's older than 2 weeks to a different place. It works well, EXCEPT, that when the script hits a file within a directory inside the working directory, it will move it to the root of the destination directory instead of putting it in the correct... (1 Reply)
Discussion started by: ugolee
1 Replies

8. Shell Programming and Scripting

Sed script not working properly on Solaris (works fine on AIX)?

Hi, I have a problem with a SED script that works fine on AIX but does not work properly on a Solaris system. The ksh script executes the SED and puts the output in HTML in tables. But the layout of the output in HTML is not shown correctly(no tables, no color). Can anyone tell if there is... (7 Replies)
Discussion started by: Faith111
7 Replies

9. Shell Programming and Scripting

Email forwarding to shell script is not working

Trying to redirect email received to shell script using the following command in the .forward file \vudum001, "| /home/vudum001/kk $1" /home/vudum001 : Home directory kk script file in home directory kk file contents echo $1 >>file1 gave 755 access to .forward as well as script... (1 Reply)
Discussion started by: mvudugula
1 Replies

10. Shell Programming and Scripting

File count script not working properly

Hi Experts, I have this script to count the number of files based on prefix and suffix values. #!/bin/ksh file_date=$1 prefix=$2 suffix=$3 file_count=$(ls -l /db/day_file/{$prefix}*${file_date}*{$suffix}) The files in the directory /db/day_file are as below. 20170501 20170501... (7 Replies)
Discussion started by: nalu
7 Replies
elographics(4)						     Kernel Interfaces Manual						    elographics(4)

NAME
elographics - Elographics input driver SYNOPSIS
Section "InputDevice" Identifier "idevname" Driver "elographics" Option "Device" "devpath" ... EndSection DESCRIPTION
elographics is an Xorg input driver for Elographics touchscreen devices. The elographics driver functions as a pointer input device, and may be used as the X server's core pointer. SUPPORTED HARDWARE
E271-2210 and E271-2200 devices are supported. E281-2310 and compatible devices are supported with some features unavailable. CONFIGURATION DETAILS
Please refer to xorg.conf(5) for general configuration details and for options that can be used with all input drivers. This section only covers configuration details specific to this driver. The following driver options are supported: Option "Device" "string" The device that is attached to the touchscreen interface. Default is "/dev/ttyS1". Option "MinX" "integer" Set the minimum value for the touchscreen X axis. Default is 600. Option "MaxX" "integer" Set the maximum value for the touchscreen X axis. Default is 3000. Option "MinY" "integer" Set the minimum value for the touchscreen Y axis. Default is 600. Option "MaxY" "integer" Set the maximum value for the touchscreen Y axis. Default is 3000. Option "ScreenNo" "integer" The screen to attach to the touchscreen when running with multiple screens. Default is screen 0. Option "PortraitMode" "string" Set the X/Y axis orientation. The default is "Landscape" but you can rotate clockwise ("Portrait") or counter-clockwise ("Por- traitCCW"). Option "SwapXY" "boolean" Swap the X and Y axis on the display. Default is false. Option "UntouchDelay" "integer" The period that finger must be released for an untouch event to occur. Default: 5 (50ms). Option "ReportDelay" "integer" Delay between report packets. Default: 1 (10ms). Option "Model" "string" The touchscreen model. Default: unset. Supported models: "Sunit dSeries". SEE ALSO
Xorg(1), xorg.conf(5), Xserver(1), X(7). AUTHORS
Authors include: Patrick Lecoanet This manpage was written by Lee Maguire on behalf of the Debian Project. X Version 11 xf86-input-elographics 1.4.1 elographics(4)
All times are GMT -4. The time now is 06:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy