Sponsored Content
Top Forums Shell Programming and Scripting Getting required fields from a test file in required fromat in unix Post 302336565 by rdhanek on Wednesday 22nd of July 2009 11:21:35 AM
Old 07-22-2009
Thanks for the reply

Hi,

Thanks for your reply. But that is not working..it just gave me a blank screen. Mean while i have removed unnecessary fields from my input.

Code:
(05/17/2009 00:24:24.000)(:) Port Search
(05/17/2009 00:24:26.000)(:) Alarm processed:1945373047
(05/17/2009 00:24:26.000)(:) Port Search
(05/17/2009 00:24:31.000)(:) Alarm processed:1945373093
(05/17/2009 00:24:31.000)(:) Port Search
(05/17/2009 00:24:32.000)(:) Alarm processed:1945373111
(05/17/2009 00:24:32.000)(:) Channel Search
(05/17/2009 00:24:33.000)(:) Alarm processed:1945373076

But the output to get remiains the same
Code:
(05/17/2009 00:24:24.000) (05/17/2009 00:24:26.000) 1945373047
(05/17/2009 00:24:26.000) (05/17/2009 00:24:31.000) 1945373093
--------------

Please help
 

10 More Discussions You Might Find Interesting

1. Solaris

unix command required.

I need to get a few details from the command line. I need to get the kilobytes per second that my server is transfering to another or has available and I need to test the connection to make sure that its a sound connection. I also need to keep track of the response time. I have been playing... (1 Reply)
Discussion started by: nowayin
1 Replies

2. UNIX for Dummies Questions & Answers

Help Required in Unix Command

Hi All, Can anyone please help me in unix command Query: ==== File contains data along with date and time stamp like, .. Date: 08:23:2005 01:00:00 method: xyz init variables Date 08:23:2005 01:00:01 method: xyz finished init variable .... (2 Replies)
Discussion started by: thaduka
2 Replies

3. UNIX for Advanced & Expert Users

Required unix command!!!

Hi, In a file I have data like... -rw-r----- 1 ftpuser users 1036695 Jul 6 14:59 ./APRIL 2007/Ujjain/My Disc (D)/9565DW07.04B -rw-r----- 1 ftpuser users 124080 Jul 6 14:59 ./APRIL 2007/Vadodara/vad_APRIL07/2082DW07.04B The above data is extracted using "find . -name... (12 Replies)
Discussion started by: ronald_brayan
12 Replies

4. Shell Programming and Scripting

Help required on process in unix

What are some ways to tell if a given file is presently being used by a process? How can you tell what sort of access the process has to the file (read from, written to, filehandle held open, etc)? Can more than one process access the file at the same time? (2 Replies)
Discussion started by: choco4202002
2 Replies

5. Shell Programming and Scripting

Getting required fields from a text file in UNIX

My data is something like as shown below. Out of this i want the details of alarms (ex: 1947147711,1947147081......) and the fields( ex :sw=tacmwafabb9:shelf=1:slot=5-2:pport=2) Once i have these details separated, i want the count of these excluding the duplicates. What is the best possible way... (7 Replies)
Discussion started by: rdhanek
7 Replies

6. Shell Programming and Scripting

Unix script required

I have a file 123.txt which is aasaasas=1 bsasasasasa=2 sawqas=3 I want my output to be 1 2 3 I am new to scripting can some1 help me out. (14 Replies)
Discussion started by: karthikkasarla
14 Replies

7. Shell Programming and Scripting

Pattern Matching and extracting the required fields in Perl

Hi All, I am writing the following Perl Scrip and need your help in Pattern matching : I have the following Shell Script that would read line by line from the file (file_svn) and would inturn calls the Perl Script: #!/bin/bash perl_path="/home/dev/filter"... (2 Replies)
Discussion started by: filter
2 Replies

8. Shell Programming and Scripting

How to Modify a file content in UNIX and sort for only required fields ?

I have the below contents in a file after making the below curl call curl ... | grep -E "state|Rno" | paste -sd',\n' | grep "Disconnected" > test "state" : "Disconnected",, "Rno" : "5554f1d2" "state" : "Disconnected",, "Rno" : "10587563" "state" : "Disconnected",, "Rno" :... (2 Replies)
Discussion started by: Vaibhav H
2 Replies

9. Shell Programming and Scripting

Help required in UNIX commands

I have 40000 records in a file where i need to change the 7th field date format from 05142016 to 20160514 I have given field below. any help would be highly appreciated. 364512|9999999|9999999|210553|195495477|195257095|05142016|10009|36313 ---------- Post updated at 05:02 AM... (2 Replies)
Discussion started by: arun888
2 Replies

10. UNIX for Beginners Questions & Answers

How to search a text in file and retrieve required lines following it with UNIX command?

I have requirement to search for a text in the file and retrieve required lines that is user defined with unix command. Eg: Find the text UNIX in the below file and need to return Test 8 & Test 9 Test 1 Test 2 Test 3 Test 4 UNIX Test 5 Test 6 Test 7 Test 8 Test 9 Result can... (8 Replies)
Discussion started by: Arunkumarsak4
8 Replies
KAPTAIN(1)						      General Commands Manual							KAPTAIN(1)

NAME
kaptain - Universal graphical front-end for command-line programs. SYNOPSIS
kaptain [options] file DESCRIPTION
kaptain reads the given file and builds a user-friendly dialog according to the grammar rules found in it. See info kaptain for a detailed overview. OPTIONS
kaptain accepts the following options: -h, --help Show summary of options. -V Run in verbose mode. --version Show version of program. --test Run in test mode. This means that commands are not executed when a button is pressed, only printed to the standard output. -V, --verbose Report more information on processing the input file. Internal representation of the grammar and the dialog tree is also printed. Use this flag if Kaptain does not work as expected. -c <host:port>, --client <host:port> Establish communication channel as a client connecting to a server on <host> listening on <port>. -s <port>, --server <port> Listen to the specified <port> and accept the first connection. This will be used as a communication channel. -p <command>, --pipe <command> Start the given command and communicate with it on its standard input and output. Don't forget to quote <command> if it contains spaces or other metacharacters used by the shell. --stdio Use standard input and output for communication. In this case you must specify an input file, thus grammar script cannot be read from the standard input when it is used as a communication channel. --no-input Instructs Kaptain not to process messages received on the input channel. --no-output If this flag is set, Kaptain will not send any messages on its output channel. AUTHOR
Zsolt Terek <terek@users.sourceforge.net>. September 11, 2004 KAPTAIN(1)
All times are GMT -4. The time now is 05:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy