Sponsored Content
Full Discussion: UNIX automation
Contact Us Post Here to Contact Site Administrators and Moderators UNIX automation Post 302997935 by Don Cragun on Tuesday 23rd of May 2017 01:28:57 AM
Old 05-23-2017
Guess what... In order to give you a reasonable answer to this question, we need the same kind of information I asked for (and never received) on the last thread you started:
Quote:
Which UNIX operating system are you using?

What shell are you using?

What is the format of your table?

Where is this table stored? If it is in a file, what type of file is it?

What have you tried to solve this problem on your own?

Is this a homework assignment?
Before you automate something, you typically do each of the steps manually and then automate those steps. So, in addition to the questions above:
  • In what form is your list of table names?
  • What commands would you run (please show us each command exactly as you would type it into your shell (in CODE tags)) to fetch all the data from one of your tables, to create a zip file for that table, and to store the data from that table in a directory on the server.
 

9 More Discussions You Might Find Interesting

1. Cybersecurity

FTP Automation Windows <> Unix <> Remote

Hi All, I am a newbie to unix and scripting. I need to do the following job: 1. Create a batch file in windows that will call a script in a remote unix box. 2. The script now ftp files from the Remote windows machine and get them back to the local windows. Actually, I have written the script... (3 Replies)
Discussion started by: Ankur
3 Replies

2. UNIX for Advanced & Expert Users

automation of Informatica jobs using Unix

1.How will you do automation of Informatica jobs using Unix ? 2. How u run workflow from Unix? :) (2 Replies)
Discussion started by: kamesh83
2 Replies

3. Shell Programming and Scripting

Test automation tool for UNIX ??

I am searching for a automation testing tool which I can use for most of the UNIX platforms (AIX, Linux, HP UX, Solaris). The installation process of the application in all platforms is almost same. Are you aware of any automation tool (like WinRunner for Windows) to solve my problem? (5 Replies)
Discussion started by: unmanju
5 Replies

4. Shell Programming and Scripting

Simple Unix Automation

Hi, i'm a newbie with unix and shell scripting. I'm just trying to do a script to simply automate a unix task. This are the steps on what i want to just run on a simple shell script 1. go to a specific path (cd /folder1/folder2/) 2. edit and input a number on a file (file_id) then save exit... (6 Replies)
Discussion started by: soultransit
6 Replies

5. Shell Programming and Scripting

UNIX automation

Hello People, I have an outstanding issue with me I have 5 files at location /usr/abc called 1.DE 1.TXT 2.DE 2.TXT 3.DE 3.TXT 4.DE 4.TXT 5.Fe.ok My work involves few manual process like transfer 1.DE 1.TXT and 5.Fe.ok to /usr/dob location and run one script(for example -... (42 Replies)
Discussion started by: j_panky
42 Replies

6. Shell Programming and Scripting

creating an automation process in unix .

hi i need shell script in ksh for the automation process in informtica. The automation process is like this . i have a folder in unix . when this folder gets updated (like if a file or files is/are added to the folder) an event in informatica is triggered and after the process is done in... (2 Replies)
Discussion started by: kumar8887
2 Replies

7. Homework & Coursework Questions

Mail Automation in UNIX

Hi Sir, I need unix code which will read data present in .xls file and should send an automated mails .when i place the .XLS file in a specific folder and run ***.sh from unix box Attached Excel file contains Subject , To , CC , Body (Paragraph 1) , Body (Paragraph 2) , Signature When i... (2 Replies)
Discussion started by: chaitanyaS
2 Replies

8. Shell Programming and Scripting

Unix fdisk -l Automation

Hello Folks - Need help really ASAP. Iam trying to run this Shell command to get all the lists of partitions and disks from across all the servers. #!/bin/ksh _servers="" _out="/tmp/output.$$" _ssh=/usr/bin/ssh >$_out for s in $_servers do $_ssh $s fdisk -l >> $_out done ... (8 Replies)
Discussion started by: bkilaru
8 Replies

9. UNIX for Beginners Questions & Answers

Automation using bots in Linux/UNIX ?

Hi folks, has any one attempted using bots for performing tasks in unix?please share if you faced any challenges thanks (1 Reply)
Discussion started by: tommy812
1 Replies
XtParseAcceleratorTable()												 XtParseAcceleratorTable()

Name
  XtParseAcceleratorTable - compile an accelerator table into its internal representation.

Synopsis
  XtAccelerators XtParseAcceleratorTable(table)
	 String table;

Inputs
  table     Specifies the accelerator table to compile.

Returns
  The compiled form of table.

Description
  XtParseAcceleratorTable()  compiles  the accelerator table into its opaque internal representation.  This compiled table can be used to set
  the XtNaccelerators resource of a widget.

  The syntax of the string form of an accelerator table is the same as that of a translation table, and is  described  in  Appendix  F.   The
  interpretation  of  the  #augment  and  #override  directives is different in accelerator tables than in translation tables, however.  This
  directive, if specified, applies to what will happen when the accelerator is installed; that is, whether or not  the	accelerator  transla-
  tions  will  override  the  translations in the destination widget.  The default is #augment, which means that the accelerator translations
  have lower priority than the destination translations.  The #replace directive is ignored for accelerator tables.

Usage
  An accelerator binds an event sequence in one widget to actions in another.  Accelerators are set as a resource of a widget but do not take
  effect until they are "installed" on a destination widget.  See XtInstallAccelerators().

  When	an  accelerator  table	is  specified  in a resource file, it is automatically parsed by one of Xt's converters, and XtParseAccelera-
  torTable() is not used.

  Another way to parse an accelerator table is to use the XtVaTypedArg feature at  XtVaCreateWidget()  or  XtVaSetValues()  and  specify  the
  string form directly.  This will invoke the appropriate resource converter to compile the table.

See Also
  XtInstallAccelerators(1), XtInstallAllAccelerators(1).

Xt - Translations and Actions												 XtParseAcceleratorTable()
All times are GMT -4. The time now is 03:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy