Sponsored Content
Top Forums Shell Programming and Scripting write a script for this pattern... Post 302325439 by Rahulpict on Monday 15th of June 2009 07:28:32 AM
Old 06-15-2009
I am still having a mystery here....
I have tested it on my side on LINUX and AIX but I get same results as I pasted in my earlier reply....this is really a strange issue....

My input file is...

Code:
$ cat test.txt
192     (324 sec, 747387967 nanosec)     sqljsParse
194     (324 sec, 742760541 nanosec)     sqljsParseRdbAccessed
507     (283 sec, 660176478 nanosec)     sqlkf_sync_request
273     (269 sec, 673915252 nanosec)     sqlkdInterrupt
39      (269 sec, 337740235 nanosec)     sqlrkcmt
39      (269 sec, 654343714 nanosec)     sqlrrcom_dps
39      (269 sec, 666073125 nanosec)     sqlrrcom
39      (269 sec, 698604620 nanosec)     sqlrr_commit
39      (269 sec, 698958957 nanosec)     sqljs_ddm_rdbcmm
78      (269 sec, 583300457 nanosec)     sqlrr2pd
417     (37 sec, 834469926 nanosec)      sqlra_cache_space_mgmt
417     (37 sec, 846534878 nanosec)      sqlra_cache_reserve_mem
597     (31 sec, 705247032 nanosec)      sqlo_xlatch::getConflict
417     (30 sec, 633582480 nanosec)      sqlra_csm_flush_vars
39      (27 sec, 660368820 nanosec)      sqlrr_execimmd
39      (27 sec, 674433628 nanosec)      sqljs_ddm_excsqlimm
75      (19 sec, 155225907 nanosec)      sqlra_find_var
75      (19 sec, 190364402 nanosec)      sqlra_get_var
39      (16 sec, 305720732 nanosec)      sqlrr_execute_immed
117     (14 sec, 151555035 nanosec)      sqlrices
117     (14 sec, 177620542 nanosec)      sqlriCloseExecuteSection
117     (14 sec, 54696517 nanosec)       sqlrigca
156     (14 sec, 126475719 nanosec)      sqleReceiveAndMergeReplies
234     (14 sec, 513398100 nanosec)      sqloWaitEDUWaitPost
234     (14 sec, 526877995 nanosec)      sqlkf_get_next_buffer
234     (14 sec, 527734589 nanosec)      sqkd_bds_buffer_table::getNextBuffer
234     (14 sec, 528675358 nanosec)      sqlkd_rcv_buffer
234     (14 sec, 529943418 nanosec)      sqlkd_rcv_get_next_buffer
234     (14 sec, 530817210 nanosec)      sqlkd_rcv_init
234     (14 sec, 545068593 nanosec)      sqlkdReceiveReply
35      (14 sec, 825808972 nanosec)      sqlrr_prepare
35      (14 sec, 830216291 nanosec)      sqljs_ddm_prpsqlstt
154     (12 sec, 142066439 nanosec)      sqlragsn
194     (12 sec, 340492976 nanosec)      sqlrr_sql_request_pre


Last edited by Yogesh Sawant; 06-28-2009 at 05:04 AM.. Reason: added code tags
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

help needed .. Unable to write the data to new file after matching the pattern

Hi, i am pretty new to Unix environment ..... Can i get some help from any of you guyz on writing Unix script. my requirement is like reading a csv file, finding a specific pattern in the lines and repalce the string with new string and write it to another file. My file is file ABC123.dat... (3 Replies)
Discussion started by: prashant_jsw
3 Replies

2. Shell Programming and Scripting

To write a shell script which groups files with certain pattern, create a tar and zip

Hi Guru's, I have to write a shell script which groups file names based upon the certain matching string pattern, then creates the Tar file for that particular group of files and then zips the Tar file created for the respective group of files. For example, In the given directory these files... (3 Replies)
Discussion started by: rahu_sg
3 Replies

3. Shell Programming and Scripting

grep a pattern and replace a value in it and write to the same file.

I have some complication with this, I have a file like below for DEV_1 till DEV_10. and the db values are set accordinly which are not unique. For example DEV1,DEV4,DEV6 can have the same target DB name. I waned to identify for DEV_2 and then replace the TARGET_DATABASE value with the new DB... (6 Replies)
Discussion started by: yesmani
6 Replies

4. IP Networking

read/write,write/write lock with smbclient fails

Hi, We have smb client running on two of the linux boxes and smb server on another linux system. During a backup operation which uses smb, read of a file was allowed while write to the same file was going on.Also simultaneous writes to the same file were allowed.Following are the settings in the... (1 Reply)
Discussion started by: swatidas11
1 Replies

5. Shell Programming and Scripting

PERL : Read an array and write to another array with intial string pattern checks

I have an array and two variables as below, I need to check if $datevar is present in $filename. If so, i need to replace $filename with the values in the array. I need the output inside an ARRAY How can this be done. Any help will be appreciated. Thanks in advance. (2 Replies)
Discussion started by: irudayaraj
2 Replies

6. Shell Programming and Scripting

Script to compare pattern and print a different pattern in each line

Hi, I am writing a shell script to parse some files, and gather data. The data in the files is displayed as below. .......xyz: abz: ......qrt: .... .......xyz: abz: ......qrt: ... I have tried using awk and cut, but the position of these values keep changing, so I wasn't able to get... (2 Replies)
Discussion started by: Serena
2 Replies

7. Shell Programming and Scripting

Check for Pattern if exists write to file

Hi ! All I just want to search and write to new file if pattern is found in text file following are my text files by which I want to search Month and last column number my text file1 15-Jan-2011 25 ARTS 1255 125 125 178 198 15-Jan-2011 25 ARTS 1255 125 125 178 198 15-Jan-2011 25... (3 Replies)
Discussion started by: nex_asp
3 Replies

8. Shell Programming and Scripting

[Solved] Pattern match and write to separate files

I need to parse a file and depending on a patern match(in the insert job line) separate files have to be created with a line added (content in file2). Mapping for pattern match and add line : for Alpha 123 for Beta 234 for Gamma 345 no match (goes into another file) File 1 ... (3 Replies)
Discussion started by: w020637
3 Replies

9. Shell Programming and Scripting

Search pattern and write line into another file

Hi, I have a file which contains the below details.. My requirement is to fetch all the lines which are starting with "ABC_XY_" into 1 file and rest of the lines (not starting with "ABC_XY_") into another file. Could you please help with what command needs to be used? file1.txt ----------... (12 Replies)
Discussion started by: satyaatcgi
12 Replies

10. Shell Programming and Scripting

Awk; pattern match, remove and re write

the following pattern match works correctly for me awk '/name="Fruits"/{f=1;next} /"name=Vegetables"/{f=0} f' filename This works well for me. Id like to temporarily move the match out of the file ( > newfile) and be able to stick it back in the same place at a later time. Is this... (7 Replies)
Discussion started by: TY718
7 Replies
ARCHIVE_ENTRY_TIME(3)					   BSD Library Functions Manual 				     ARCHIVE_ENTRY_TIME(3)

NAME
archive_entry_atime, archive_entry_atime_nsec, archive_entry_atime_is_set, archive_entry_set_atime, archive_entry_unset_atime, archive_entry_birthtime, archive_entry_birthtime_nsec, archive_entry_birthtime_is_set, archive_entry_set_birthtime, archive_entry_unset_birthtime, archive_entry_ctime, archive_entry_ctime_nsec, archive_entry_ctime_is_set, archive_entry_set_ctime, archive_entry_unset_ctime, archive_entry_mtime, archive_entry_mtime_nsec, archive_entry_mtime_is_set, archive_entry_set_mtime, archive_entry_unset_mtime, -- functions for manipulating times in archive entry descriptions LIBRARY
Streaming Archive Library (libarchive, -larchive) SYNOPSIS
#include <archive_entry.h> time_t archive_entry_atime(struct archive_entry *a); long archive_entry_atime_nsec(struct archive_entry *a); int archive_entry_atime_is_set(struct archive_entry *a); void archive_entry_set_atime(struct archive_entry *a, time_t sec, long nanosec); void archive_entry_unset_atime(struct archive_entry *a); time_t archive_entry_birthtime(struct archive_entry *a); long archive_entry_birthtime_nsec(struct archive_entry *a); int archive_entry_birthtime_is_set(struct archive_entry *a); void archive_entry_set_birthtime(struct archive_entry *a, time_t sec, long nanosec); void archive_entry_unset_birthtime(struct archive_entry *a); time_t archive_entry_ctime(struct archive_entry *a); long archive_entry_ctime_nsec(struct archive_entry *a); int archive_entry_ctime_is_set(struct archive_entry *a); void archive_entry_set_ctime(struct archive_entry *a, time_t sec, long nanosec); void archive_entry_unset_ctime(struct archive_entry *a); time_t archive_entry_mtime(struct archive_entry *a); long archive_entry_mtime_nsec(struct archive_entry *a); int archive_entry_mtime_is_set(struct archive_entry *a); void archive_entry_set_mtime(struct archive_entry *a, time_t sec, long nanosec); void archive_entry_unset_mtime(struct archive_entry *a); DESCRIPTION
These functions create and manipulate the time fields in an archive_entry. Supported time fields are atime (access time), birthtime (cre- ation time), ctime (last time an inode property was changed) and mtime (modification time). libarchive(3) provides a high-resolution interface. The timestamps are truncated automatically depending on the archive format (for archiv- ing) or the filesystem capabilities (for restoring). All timestamp fields are optional. The XXX_unset() functions can be used to mark the corresponding field as missing. The current state can be queried using XXX_is_set(). Unset time fields have a second and nanosecond field of 0. SEE ALSO
archive(3), archive_entry(3) HISTORY
The libarchive library first appeared in FreeBSD 5.3. AUTHORS
The libarchive library was written by Tim Kientzle <kientzle@acm.org>. BSD
February 2, 2012 BSD
All times are GMT -4. The time now is 10:03 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy