Sponsored Content
Top Forums Shell Programming and Scripting Korn Shell Script to find out error in logfile Post 302188914 by Franklin52 on Thursday 24th of April 2008 02:00:49 PM
Old 04-24-2008
If you have a specific question we can help but we can't do your work for you. If you're new to UNIX scripting first read some books or one of these tutorials:

https://www.unix.com/answers-frequent...tutorials.html

Regards
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need quick help with basic FIND in korn shell

I gotta make a script to find files, not quite sure whats wrong... filename is search i run it search ass* $HOME ass* is the filename and in my script i have... find $2 -name $1 -print but it never works, anyone know what i gotta fix? and does anyone know the difference... (6 Replies)
Discussion started by: Freakytah
6 Replies

2. Shell Programming and Scripting

Find -name "*.txt" in Korn Shell Script

The following find command works on the Korn Shell command line: find . \( ! -name . -prune \) -type f -name "*.txt" -mtime +100 In the particular directory I'm in, the above find will list correctly the three text files that exist that haven't been modified in over 100 days: ... (3 Replies)
Discussion started by: jwperry
3 Replies

3. UNIX for Dummies Questions & Answers

find and FTP multiple files in Korn Shell

I want to FTP multiple files in a directory that the files were created since midnight of the same day using korn shell. I can use the "find" command using -newer arguement that compares against a time stamp file. The script identifies the files, I can't use a variable = `find . ` as the... (2 Replies)
Discussion started by: lambjam
2 Replies

4. Shell Programming and Scripting

Error with korn shell - arrays

Hi All I have a FTP script which FTPs few files into an user folder. I intend to keep track of the folder size before FTP and after FTP and print that once the FTP script is run (a kind of comparison, "Before FTP, "After FTP"). I decided to use kron shells to accomplish this. #! /bin/ksh ... (2 Replies)
Discussion started by: guruparan18
2 Replies

5. Shell Programming and Scripting

Find command in Korn Shell

Hi, I am trying to execute the below in Ksh (telnet) find ./request.txt -mmin -30 It says find: bad option -mmin What i am trying to do is by using find command i am checking wheather the file request.txt is there for 30 minutes or not Please help (1 Reply)
Discussion started by: chinniforu2003
1 Replies

6. Shell Programming and Scripting

korn shell script executed with error

Hi, need help, I would like to know what is this IF statement trying to do? When the script is executing and error out with line 9 which is the IF statement line. if ] then TOPDIR=$(pwd) else TOPDIR=${0%/*} fi TOPDIR=${TOPDIR%/*} the log file. Current system time is... (15 Replies)
Discussion started by: beooi
15 Replies

7. Shell Programming and Scripting

generate logfile in a shell script

Unix Gurus, I have a shell script which has few "echo" statements. I am trying to create a logfile where all the outputs of the echo statement sare stored. I will have to add this as the final step in the existing script so that everytime the script runs, a logfile is generated with all the... (1 Reply)
Discussion started by: shankar1dada
1 Replies

8. Shell Programming and Scripting

How to tail -f multi logfile in 1 shell script.?

Hello, How to tail -f multi logfile from multi path in 1 shell script. File & Path /usr/home/localmode/mode110l/log/logic/number110/digit110_digit110m4_2013050210.txt /usr/home/localmode/mode103l/log/logic/number103/digit103_digit103m4_2013050210.txt... (4 Replies)
Discussion started by: ooilinlove
4 Replies

9. UNIX for Dummies Questions & Answers

Shell script to email logfile

Hi, I am trying to write a shell script to send a log file of a query run in oracle.Pls help me I am very new to shell scripting. echo " Checking Activity Spec " sqlplus / as sysdba <<END_SQL @activity_spec_metadata.sql quit;>>logfile END_SQL mailx -s "Checking Activity Spec schedule... (1 Reply)
Discussion started by: Rossdba
1 Replies

10. Shell Programming and Scripting

Shell script, sftp logfile not showing transfer information

Hello, Recently I have changed some crontab scripts which I execute to do different tasks mainly transfering some files from one server to the other. The main change was the protocol from ftp transfer to sftp. Ftp server was the MS Windows default service, and Sftp server is an proprietary sw... (4 Replies)
Discussion started by: enux
4 Replies
k3d(1)							      General Commands Manual							    k3d(1)

NAME
k3d - 3D modeling and animation system SYNOPSIS
k3d [options] DESCRIPTION
K-3D is a free (as in freedom) 3D modeling, animation, and rendering system for GNU/Linux and Win32. K-3D features a robust, object-ori- ented plugin architecture and is capable of producing motion-picture-quality output when paired with a RenderMan Interface compliant render engine such as Aqsis. Please visit http://www.k-3d.org for more information. OPTIONS
--add-path [path] Prepends a filesystem path to the PATH environment variable. --color Color-codes log messages based on their priority. Requires an ANSI color-capable terminal. --disable-gl-extension [extension] Disables the given OpenGL extension. --exit Exits the program (useful after running scripts in batch mode). -h, --help Prints this help information and exits. --log-level [level] Specifies the minimum message priority to log (valid values are "warning", "information", or "debug"). --options [path] Overrides the filepath for storing user options (this overrides both defaults and the K3D_OPTIONS_PATH environment variable, below). --plugins [path] Overrides the path(s) for loading plugin libraries (this overrides both defaults and the K3D_PLUGIN_PATHS environment variable, below). Multiple colon-delimited paths are allowed. Use "&" as a synonym for the default paths. --script [file] Play the given script after startup (use - for stdin). --shadercache [path] Overrides the path where compiled shaders will be cached (this overrides both defaults and the K3D_SHADER_CACHE_PATH environment variable, below). --share [path] Overrides the path for loading shared data files (this overrides both defaults and the K3D_SHARE_PATH environment variable, below). --show-process Prints the process name next to log messages. --show-timestamps Prints timestamps next to log messages. --syslog Logs messages to syslog. -u, --ui [ui path] Specifies the path to a user interface plugin (this overrides both the default and the K3D_USER_INTERFACE_PATH environment variable, below). As a special-case the string "none" can be used as a synonym for the Null (no gui) User Interface. -H, --user-interface-help Prints a user-interface specific help message and exits. --version Prints program version information and exits. USER INTERFACE OPTIONS
--batch Operate in batch (no user intervention) mode. -n, --new Creates a new document after startup. --no-custom-layouts Disable custom user interface layouts (useful when playing-back recorded tutorials, which rely on the default layout). --no-splash Disables the startup splash screen. -o, --open [file] Opens the given file after startup. --show-tutorials Opens the tutorials menu immediately following startup. --tutorials [path] Overrides the path for loading interactive tutorials (this overrides both defaults and the K3D_TUTORIALS_PATH environment variable, below). ENVIRONMENT VARIABLES
K3D_EXTRA_OPTIONS Provides additional options that are appended to the command-line at startup. Note that unlike other K-3D environment variables, options specified via K3D_EXTRA_OPTIONS will override options specified on the command line. K3D_OPTIONS_PATH Overrides the path for storing user options (this overrides the default, but can be overridden by the --options option, above). K3D_PLUGIN_PATHS Overrides the path(s) for loading plugin libraries (this overrides the default, but can be overridden by the --plugins option, above). Multiple colon-delimited paths are allowed. Use "&" as a synonym for the default paths. K3D_SHADER_CACHE_PATH Overrides the path where compiled shaders are cached (this overrides the default, but can be overridden by the --shadercache option, above). K3D_SHARE_PATH Overrides the path for loading shared data files (this overrides the default, but can be overridden by the --share option, above). K3D_USER_INTERFACE_PATH Overrides the path to the user interface plugin (this overrides the default, but can be overridden by the --ui option, above). AUTHORS
Written by Timothy M. Shead <tshead@k-3d.com>, and many others. REPORTING BUGS
Report bugs to <k3d-development@lists.sourceforge.net> COPYRIGHT
Copyright (c) 1995-2010, Timothy M. Shead. All Rights Reserved. This software is licensed under the terms of the GNU General Public License; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. SEE ALSO
The K-3D Home Page: http://www.k-3d.org K-3D Version 0.8.0.2 June 2010 k3d(1)
All times are GMT -4. The time now is 12:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy