Sponsored Content
Top Forums Shell Programming and Scripting Regular expression, seemingly simple but Post 302777009 by rbatte1 on Thursday 7th of March 2013 08:57:24 AM
Old 03-07-2013
That's me told then! Well, I'm happy to be corrected.

Robin
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Regular Expression + Aritmetical Expression

Is it possible to combine a regular expression with a aritmetical expression? For example, taking a 8-numbers caracter sequece and casting each output of a grep, comparing to a constant. THX! (2 Replies)
Discussion started by: Z0mby
2 Replies

2. Linux

Regular expression to extract "y" from "abc/x.y.z" .... i need regular expression

Regular expression to extract "y" from "abc/x.y.z" (2 Replies)
Discussion started by: rag84dec
2 Replies

3. Shell Programming and Scripting

Need a regular expression

H3llo I need a regular expression to delete all my unused lines, for example: do not delete do not delete do not delete do not delete I tried something like the string below but it doesnt work sed '/ .*$//g' file > file2 Tony (4 Replies)
Discussion started by: tony3101
4 Replies

4. Shell Programming and Scripting

Regular expression Help

Hi What is the meaning of this in regular expression $k =~ s/^\s*//; Plz explain (3 Replies)
Discussion started by: Harikrishna
3 Replies

5. Shell Programming and Scripting

Integer expression expected: with regular expression

CA_RELEASE has a value of 6. I need to check if that this is a numeric value. if not error. source $CA_VERSION_DATA if * ] then echo "CA_RELESE $CA_RELEASE is invalid" exit -1 fi + source /etc/ncgl/ca_version_data ++ CA_PRODUCT_ID=samxts ++ CA_RELEASE=6 ++ CA_WEEK_NO=7 ++... (3 Replies)
Discussion started by: ketkee1985
3 Replies

6. Programming

Need Regular expression

Need regular expression to accept alphabets or numbers for first three places (1 Reply)
Discussion started by: dineshmurs
1 Replies

7. Programming

Perl: How to read from a file, do regular expression and then replace the found regular expression

Hi all, How am I read a file, find the match regular expression and overwrite to the same files. open DESTINATION_FILE, "<tmptravl.dat" or die "tmptravl.dat"; open NEW_DESTINATION_FILE, ">new_tmptravl.dat" or die "new_tmptravl.dat"; while (<DESTINATION_FILE>) { # print... (1 Reply)
Discussion started by: jessy83
1 Replies

8. Shell Programming and Scripting

Simple regular expression

Hello, I don't understand why my regular expression doesn't work. simply I want to check a phone number of 8 digits doesn't start with 0 regex1='^({1})({7})$' if then ------ fi for example this number should be valid 12345678 and this 01234567 or 1234567 not ... (6 Replies)
Discussion started by: eng_asa
6 Replies

9. UNIX for Advanced & Expert Users

sed: -e expression #1, char 0: no previous regular expression

Hello All, I'm trying to extract the lines between two consecutive elements of an array from a file. My array looks like: problem_arr=(PRS111 PRS213 PRS234) j=0 while } ] do k=`expr $j + 1` sed -n "/${problem_arr}/,/${problem_arr}/p" problemid.txt ---some operation goes... (11 Replies)
Discussion started by: InduInduIndu
11 Replies

10. Shell Programming and Scripting

Seemingly simple sed, delete between matching lines

There are many matching blocks of text in one file that need to be deleted. This example below is one block that needs to be either deleted or replaced with an empty line. This text below is the input file. The ouput file should be empty Searching Checks. Based on search criteria name: Value :... (2 Replies)
Discussion started by: bash_in_my_head
2 Replies
XJINFO(1)							   Manual Pages 							 XJINFO(1)

NAME
xjinfo - Display A/V file info in XML format. SYNOPSIS
xjinfo [-chtvVx] <videofile> DESCRIPTION
xjinfo does basically the same as ffprobe but displays the information in XML or simple text format that can be used for scripting. OPTIONS
-c, --csv comma separated values, one line per video stream in file. Use the built-in help -h to learn about the format. -h, -h, --help Print usage help and exit. -t, --time, --duration print the duration in seconds (without trailing newline) -v, --text print a single line: duration, fps, geometry and codec info. -x, --xml output XML data. This is the default if no option is specified. A DTD is available with the source or from xjadeo.sf.net[1] SEE ALSO
xjadeo(1) AUTHORS
Robin Gareus <robin@gareus.org> linuxaudio.org Luis Garrido <luisgarrido@users.sourceforge.net> luisgarrido.users.sourceforge.net COPYRIGHT
Copyright (C) 2005, 2006, 2007, 2009, 2010, 2011 Robin Gareus, Luis Garrido NOTES
1. xjadeo.sf.net http://xjadeo.git.sourceforge.net/git/gitweb.cgi?p=xjadeo/xjadeo;a=blob_plain;f=src/xjadeo/avinfo.dtd http://xjadeo.sf.net 0.6 09/26/2011 XJINFO(1)
All times are GMT -4. The time now is 08:55 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy