Sponsored Content
Full Discussion: Find query
Top Forums Shell Programming and Scripting Find query Post 302584095 by duckeggs01 on Thursday 22nd of December 2011 06:34:27 AM
Old 12-22-2011
Worked a treat many thanks
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

find -perm query

I was going through a find tutorial and just couldn't get it...can someone explain it like he/she would explain a brain damaged dodo? "find allows you to specify a pattern that can be bit-wise ANDed with the permissions of the file. Simply put a minus sign before the octal value. The group write... (1 Reply)
Discussion started by: napolayan
1 Replies

2. UNIX for Advanced & Expert Users

query about find and -exec

Hi, i have query about "find" command. Do I need to put the command after -exec in single quotes? Why? For ex. see output of these three find commands. Any explanations? cheers, -Ashish (2 Replies)
Discussion started by: shriashishpatil
2 Replies

3. UNIX for Dummies Questions & Answers

find -mtime query

Hello everyone, I have got two queries: 1) I want to do some work on files that were last modified yesterday. Will find ... -mtime -2 be correct or -mtime-1? 2)What about finding files that were modified today? Will it be -mtime -0 or -mtime -1? Thanks. (1 Reply)
Discussion started by: Rajat
1 Replies

4. Shell Programming and Scripting

to find whether update query is successfull or not using Ksh Script

i have a script that performes an update operation. I just wanted to know whether that update statement is successfull or not. Below the script: #!/bin/ksh . $HOME/conf/systemProperties/EnvSetup.properties sqlplus -silent sie/da@edn.world <<END set pagesize 0 feedback off verify off... (3 Replies)
Discussion started by: ali560045
3 Replies

5. Shell Programming and Scripting

Tables to query to find users for database from shell script

I am coding shell script. I need to connect to different databases like DB2, Oracle and Sybase. I would then need to query tables where it has all the groups, users for that database. I would also need who has what kind of permissions. EG: I know for DB2 some TABAUTH table needs to be... (0 Replies)
Discussion started by: pinnacle
0 Replies

6. Shell Programming and Scripting

find and replace query

Hello ppl, I am writing a script which finds multiple words match and replace it with new words. I have server.conf file which looks like ### Welcome to server ### ### Server address and port ### Server=127.0.0.1 ### Replace Server=0.0.0.0 ### ServerPort=0 ### Replace... (11 Replies)
Discussion started by: lightdensity
11 Replies

7. Shell Programming and Scripting

Query Oracle tables and return values to shell script that calls the query

Hi, I have a requirement as below which needs to be done viz UNIX shell script (1) I have to connect to an Oracle database (2) Exexute "SELECT field_status from table 1" query on one of the tables. (3) Based on the result that I get from point (2), I have to update another table in the... (6 Replies)
Discussion started by: balaeswari
6 Replies

8. Shell Programming and Scripting

How to use regexp to find an ipaddress from a query string?

I need help with a regexp to find out the ip address which can possibly be present in a URL. The URLs can be in any of the following form <domain>?a=12345&d=somestring1 <domain>?c=10.10.10.100&d=somestring1 <domain>?a=12345&b=somestring1&c=10.1.2.4d=somestring2... (3 Replies)
Discussion started by: ampak
3 Replies

9. Shell Programming and Scripting

Find file between timestamps Query

On my linux box, I have a file say dump.txt. I then need to move to another seperte folder and need to find only one file with extension *.tar that has the closest timestamp after / next to the timestamp of the dump.txt. (2 Replies)
Discussion started by: mohtashims
2 Replies

10. Programming

Sybase ASE: Query to find correct format issue.

Hi Team , I am new to Sybase Adaptive Server Enterprise/15.7 (ASE) and need some guidance to find the different values in serial format column. SELECT DISTINCT SERIAL_FORMAT FROM PRODUCTS It has values with below format which contains 12 digits hexadecimal characters with... (2 Replies)
Discussion started by: Perlbaby
2 Replies
ESDOTS:(1)							   User Commands							ESDOTS:(1)

NAME
esdots - Analyze the video items contained in an elementary stream SYNOPSIS
esdots [switches] <infile> DESCRIPTION
TS tools version 1.11, esdots built Nov 11 2008 17:15:46 Present the content of an H.264 (MPEG-4/AVC), H.262 (MPEG-2) or AVS elementary stream as a sequence of characters, representing access units/MPEG-2 items/AVS items. (Note that for H.264 it is access units and not frames that are represented, and for H.262 it is items and not pictures.) Files: <infile> is the Elementary Stream file (but see -stdin below) Switches: -verbose, -v Preface the output with an explanation of the characters being used. -stdin Take input from <stdin>, instead of a named file -max <n>, -m <n> Maximum number of entities to read -pes, -ts The input file is TS or PS, to be read via the PES->ES reading mechanisms -hasheos Print a # on finding an EOS (end-of-stream) NAL unit rather than stopping (only applies to H.264) -es Report ES units, rather than any 'higher' unit (not necessarily suppported for all file types) -gop Show the duration of each GOP (for MPEG-2 steams) OR the distance between random access points (H.264) -fr Set the video frame rate (default = 25 fps) Stream type: If input is from a file, then the program will look at the start of the file to determine if the stream is H.264 or H.262 data. This process may occasionally come to the wrong conclusion, in which case the user can override the choice using the following switches. For AVS data, the program will never guess correctly, so the user must specify the file type, using -avs. If input is from standard input (via -stdin), then it is not possible for the program to make its own decision on the input stream type. Instead, it defaults to H.262, and relies on the user indicating if this is wrong. -h264, -avc Force the program to treat the input as MPEG-4/AVC. -h262 Force the program to treat the input as MPEG-2. -avs Force the program to treat the input as AVS. TS tools version 1.11, esdots built Nov 11 2008 17:15:46 Present the content of an H.264 (MPEG-4/AVC), H.262 (MPEG-2) or AVS elementary stream as a sequence of characters, representing access units/MPEG-2 items/AVS items. (Note that for H.264 it is access units and not frames that are represented, and for H.262 it is items and not pictures.) Files: <infile> is the Elementary Stream file (but see -stdin below) Switches: -verbose, -v Preface the output with an explanation of the characters being used. -stdin Take input from <stdin>, instead of a named file -max <n>, -m <n> Maximum number of entities to read -pes, -ts The input file is TS or PS, to be read via the PES->ES reading mechanisms -hasheos Print a # on finding an EOS (end-of-stream) NAL unit rather than stopping (only applies to H.264) -es Report ES units, rather than any 'higher' unit (not necessarily suppported for all file types) -gop Show the duration of each GOP (for MPEG-2 steams) OR the distance between random access points (H.264) -fr Set the video frame rate (default = 25 fps) Stream type: If input is from a file, then the program will look at the start of the file to determine if the stream is H.264 or H.262 data. This process may occasionally come to the wrong conclusion, in which case the user can override the choice using the following switches. For AVS data, the program will never guess correctly, so the user must specify the file type, using -avs. If input is from standard input (via -stdin), then it is not possible for the program to make its own decision on the input stream type. Instead, it defaults to H.262, and relies on the user indicating if this is wrong. -h264, -avc Force the program to treat the input as MPEG-4/AVC. -h262 Force the program to treat the input as MPEG-2. -avs Force the program to treat the input as AVS. SEE ALSO
The full documentation for esdots is maintained as a Texinfo manual. Please check http://tstools.berlios.de for more information. esdots 1.11 November 2008 ESDOTS:(1)
All times are GMT -4. The time now is 11:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy