Sponsored Content
Top Forums Shell Programming and Scripting Continuous nc data acquisition fails ocassionally Post 303017884 by lanas1234 on Wednesday 23rd of May 2018 07:14:50 PM
Old 05-23-2018
No, they are not. But if the sender ocassionally stops sending packets (this can happens), nc with -q -1 should listen and wait forever isn't?
 

5 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Need info regarding CDP - continuous data protection

HI frnds, i am going to work on CDP(continuous data protection),does any one of them have any idea reg CDP ... any docs or Links...might be helpful to me in understanding it.... (1 Reply)
Discussion started by: deep
1 Replies

2. Shell Programming and Scripting

Continuous checking of a file

I have a requirement like this... I want to go to a particular server for which i have acess .I want to do a ssh to that server from one server and check if a file is theer or not..and i need the script to chcek continuosly till it finds the file.When it finds the file i want it to come out... (9 Replies)
Discussion started by: kanta_bhakti
9 Replies

3. UNIX for Dummies Questions & Answers

Extracting data between continuous non empty xml tags

Hi, I need help in extracting only the phone numbers between the continuous non empty xml tags in unix. I searched through a lot of forum but i did not get exact result for my query. Please help Given below is the sample pipe delimited file. I have a lot of tags before and after... (6 Replies)
Discussion started by: zen01234
6 Replies

4. Shell Programming and Scripting

Continuous Copying from a directory to another.

Hello Folks, Looking for a script, where i can check for the existing of the files in a directory and copying to another. How can i achieve it in loop for over period of time. whatever files comes into the folder copied in another without duplicate and should be continuous loop. ... (8 Replies)
Discussion started by: sadique.manzar
8 Replies

5. UNIX for Beginners Questions & Answers

Continuous for loop

Hi All, Please help ***************** a=100 and run for loop that will minus 30 from 100 an will display value run loop will run till display value will be 0 ***************** Thanking you (1 Reply)
Discussion started by: Praful Pednekar
1 Replies
dumpiso(1)							  Linux IEEE 1394							dumpiso(1)

NAME
dumpiso - dump IEEE 1394 isochronous channel packets SYNOPSIS
dumpiso [ options ] [ FILE ] DESCRIPTION
dumpiso listens on a selected range of channels and dumps all received packets into the file FILE or, if not given, to standard output. While dumping, the current number of received packets is written to standard error and updated with every packet. It uses a simple file format for the dumps which is described in isodump(5). The dumped packets can be sent out again with sendiso(1). OPTIONS
-c, --channels=CHANNELS Sets the channels to listen on. CHANNELS can be either a single number, in which case this is the only channel to listen on, or a range of channels in the form X-Y. Channel numbers can range from 0 to 63. You can give this option multiple times, new channels are added to the list of already set channels. Defaults to all channels. -p, --port=PORT Choose port PORT for receiving. A port is a 1394 card or chip and represents one connected bus, therefore this is only relevant when you have multiple of these. Defaults to 0. -h, --help Show help text and exit. BUGS
None known. SEE ALSO
sendiso(1), isodump(5) AUTHOR
Andreas Bombe <aeb@debian.org> libraw1394 2.1.0 dumpiso(1)
All times are GMT -4. The time now is 10:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy