how to write modifications in to two tables


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting how to write modifications in to two tables
# 1  
Old 04-09-2008
how to write modifications in to two tables

hi,
how to write modifictions of two tables in the ksh
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Sentence delimiter in perl: modifications needed

Hello, I found this Perl Script on the EuroParl website which does Sentence Splitting. #!/usr/bin/perl -w # Based on Preprocessor written by Philipp Koehn binmode(STDIN, ":utf8"); binmode(STDOUT, ":utf8"); binmode(STDERR, ":utf8"); use FindBin qw($Bin); use strict; my $mydir =... (0 Replies)
Discussion started by: gimley
0 Replies

2. Shell Programming and Scripting

Modifications using Lookup file

I have 2 files. File 1 delimited by ";" File 1: 001;0;11223;xx;N;1001051;124;1;1;1001051;110;0;A_15;D;DX;U 001;0;8830943;xx;P;1226040;978;1;0;1226040;110;0;A_15;D;DX;H 001;0;10946903;xx;N;1300496;978;1;1;1300496;110;0;A_17;D;DX;H... (2 Replies)
Discussion started by: pparthiv
2 Replies

3. Shell Programming and Scripting

Modifications to a file

I have a file whose format is shown below. It has a table of numbers. In this case, I have 16 values in 12 rows. I want to select a position in the table, example, the 5th number at row 5. I need to change the value in that position by a certain amount and output the file with the modifiation. ... (6 Replies)
Discussion started by: kristinu
6 Replies

4. Shell Programming and Scripting

Modifications to a file

Hi, I do not have a clue how to do this nor can I find information on it but I have a file that looks like this (basically 3 columns and tab delimited). I need this in a particular format in order for a program to actually read it. chr1 2 4 chr1 2 5 chr1 3 6 chr2 1 4 chr2 2 5 ... (2 Replies)
Discussion started by: kylle345
2 Replies

5. Shell Programming and Scripting

XML file modifications using sed

Hi, During an installation process in a bash script I need to do 2 things with 2 XML files. Does the use of sed affect in any way the XML file ? 1.Add to a section in <ServerListeners> section <ServerListener> <BaseClass>myapp.module.WowConfigurator</BaseClass> </ServerListener> The... (2 Replies)
Discussion started by: potro
2 Replies

6. Shell Programming and Scripting

my shell script (file modifications)

hi guys Need some help on my below script #!/bin/sh if then echo "~~:S:wait:/sbin/sulogin" >> /root/joy/inittab else echo "/root/joy/inittab does not exist" fi now the problem is that when i run the above script it runs successfully but when i run it repeatedly the word echo... (2 Replies)
Discussion started by: whizkidash
2 Replies

7. Shell Programming and Scripting

Converting tables of row data into columns of tables

I am trying to transpose tables listed in the format into format. Any help would be greatly appreciated. Input: test_data_1 1 2 90% 4 3 91% 5 4 90% 6 5 90% 9 6 90% test_data_2 3 5 92% 5 4 92% 7 3 93% 9 2 92% 1 1 92% ... Output:... (7 Replies)
Discussion started by: justthisguy
7 Replies

8. UNIX for Dummies Questions & Answers

list files with modifications <15 minutes

Good Afternoon Guys: we can use ls -l to find out the files and their modification time. however, how to list the files say which are modified 15 minutes before. we have find command which uses -mtime and -atime for modification and access timing. However, if we just be restricted to the current... (2 Replies)
Discussion started by: tom_k_mishra
2 Replies

9. UNIX for Advanced & Expert Users

Tracing file modifications

Hello all! Is there a way or a utility to trace any kind of file changes in a particular directory on any UNIX machine? The purpose is that in Unix, there are multiple ways of opening and making changes to a file. But internally, there must be something common (a single pipe, etc.) that is... (3 Replies)
Discussion started by: gupta_ca
3 Replies

10. Shell Programming and Scripting

In Line File Modifications: Search and Replace

grep -il "TEST" ${ENVIRON}/*.pde| while read pde &nbsp;&nbsp;do &nbsp;&nbsp;&nbsp;&nbsp;cat $pde | sed s/"TEST 3,1"/"TEST 3,0"/g | sed s/"TEST&nbsp;&nbsp;3,1"/"TEST&nbsp;&nbsp;3,0"/g > ${pde}.tmp &nbsp;&nbsp;&nbsp;&nbsp;if ; then &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mv ${pde}.tmp $pde ... (2 Replies)
Discussion started by: Shakey21
2 Replies
Login or Register to Ask a Question
stio(3) 						     Library Functions Manual							   stio(3)

Name
       st_readbinary, st_readst, st_writebinary, st_writest - routines that provide a binary read/write interface to the MIPS symbol table

Syntax
       #include <syms.h>

       long st_readbinary (filename, how)
       char *filename;
       char how;

       long st_readst (fn, how, filebase, pchdr, flags)
       long fn;
       char how;
       long filebase;
       pCHDRR pchdr;
       long flags;

       void st_writebinary (filename, flags)
       char *filename;
       long flags;

       void st_writest (fn, flags)
       long fn;
       long flags;

Description
       The  CHDRR  structure  (see cmplrs/stsupport.h and the represents a symbol table in memory.  A new CHDRR can be created by reading a symbol
       table in from disk. The st_readbinary and st_readst routines read a symbol table in from disk.

       The routine st_readbinary takes the file name of the symbol table and assumes the symbol table header (HDRR in sym.h occurs at  the  begin-
       ning  of  the file. The st_readst assumes that its file number references a file positioned at the beginning of the symbol table header and
       that the filebase parameter specifies where the object or symbol table file is based (for example, non-zero for archives).

       The second parameter to the read routines can be r for read only or a for appending to the symbol table. Existing local symbol, line,  pro-
       cedure,	auxiliary,  optimization,  and	local  string  tables  cannot be appended. If they didn't exist on disk, they can be created. This
       restriction stems from the allocation algorithm for those symbol table sections when read in from disk and follows the standard pattern for
       building the symbol table.

       The  symbol  table can be read incrementally.  If pchdr is zero, st_readst assumes that a symbol table has not been read yet; therefore, it
       reads in the symbol table header and file descriptors.  The flags argument is a bit mask that defines what other  tables  should  be  read.
       The  t_p*  constants  for  each table, defined in stsupport.h, can be ORed.  If flags equals -1, all tables are read.  If pchdr is set, the
       tables specified by flags are added to the tables that have already been read.  The pchdr's value can be taken from st_current_pchdr. See

       Line number entries are encoded on disk; the read routines expand them to longs.

       If the version stamp is out of date, a warning message is issued to stderr.  If the magic number in the	HDRR  is  incorrect,  st_error	is
       called. All other errors cause the read routines to read non-zero; otherwise, a zero is returned.

       The  routines st_writebinary and st_writest are symmetric to the read routines, excluding the how and pchdr parameters. The flags parameter
       is a bit mask that defines what table should be written.  The st_p* constants for each table, defined in stsupport.h, can be ORed. If flags
       equals -1, all tables are written.

       The write routines write sections of the table in the approved order, as specified in the link editor specification.

       Line numbers are compressed on disk.

       The write routines start all sections of the symbol table on four-byte boundaries.

       If the write routines encounter an error, st_error is called. After writing the symbol table, further access to the table by other routines
       is undefined.

See Also
       stcu(3), stfe(3), stfd(3), sym.h(5), sterror(5) stsupport.h(5)

								       RISC								   stio(3)