Sponsored Content
Full Discussion: Regular Expression Question
Top Forums UNIX for Dummies Questions & Answers Regular Expression Question Post 96366 by linuxpenguin on Thursday 19th of January 2006 12:17:43 PM
Old 01-19-2006
hmm, dunno why you would think the above is not tidy.
but here is another version you may want to use

grep -v "lp[01][ 124]" filename
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

question about regular expression

why does * highlight everything in it... shouldn't it only highlight capital letters? (0 Replies)
Discussion started by: brentdeback
0 Replies

2. Shell Programming and Scripting

Regular expression question

hi i need to wipe out something from giving path i have some thing like that : pwd | sed 's/.*foo//' it is working fine when I have path like : /blah/balh1/foo/moo so it erasing me all that comes before the foo including the foo but I have problem when I have dir by the name of... (7 Replies)
Discussion started by: umen
7 Replies

3. UNIX for Dummies Questions & Answers

question (regular expression related)

anyone knows what does this regular expression match for? \(3,\).*\1.*\1 (1 Reply)
Discussion started by: metalwarrior
1 Replies

4. UNIX for Dummies Questions & Answers

Regular Expression question

Folks; I have 3 questions & any help with them would be really appreciated: If i have a list of directories, for example: /fs/pas/2007/4/6/2634210/admdat/examin /fs/pas/2007/4/6/2634210/admdat2/stat /fs/pas/2007/4/6/2634210/admdat3/data /fs/pas/2007/4/6/2634210/im_2/0b.dcm Now; my... (6 Replies)
Discussion started by: Katkota
6 Replies

5. UNIX for Dummies Questions & Answers

Question on Regular Expression

Folks; Could some one tell me what these 2 regular expressions mean: */(*)/* (\d\d\d\d/\d\d/\d\d/*?) (14 Replies)
Discussion started by: Katkota
14 Replies

6. Shell Programming and Scripting

Easy Perl regular expression question

Hey all! what matching expression might I use to match all characters included in \W, EXCEPT < and > ? for example: @tokens=split(/ ???? /,$string); I've dubiously tried \W but this clips off the first letter of each "token", for some reason ... (2 Replies)
Discussion started by: applefat
2 Replies

7. UNIX for Dummies Questions & Answers

a question about a regular expression

I like to loop a list of files which named file1, file2, file3, file4, etc if I like to loop them all over for f in file1, file2, file3, file4 do echo "processing" $f done how to use a regular expression to loop file$i instead? Thank you. (4 Replies)
Discussion started by: ksgreen
4 Replies

8. 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

9. UNIX for Dummies Questions & Answers

Regular Expression Question

Hello, I'm trying to rename a bunch of files that were named incorrectly. I know a little about regular expressions but I'm not very good at them. Here is the image of the file names: http://i47.tinypic.com/np2gxi.jpg I'm trying to change the 20111116 at the beginning to 20101116 for all... (2 Replies)
Discussion started by: nastyn8
2 Replies

10. UNIX for Dummies Questions & Answers

Regular expression question

Hi guys, I need a help with a query. Basically i want to know the difference between (0+01)* and ((0+01)*)* . It seems whatever string can be generated by the first RE can also be generated by second and they should essentially be same. Am i missing something? (1 Reply)
Discussion started by: srkmish
1 Replies
AMSTAR(8)						  System Administration Commands						 AMSTAR(8)

NAME
amstar - Amanda Application to interface with star DESCRIPTION
Amstar is an Amanda Application API script. It should not be run by users directly. It uses star to backup and restore data. The diskdevice in the disklist (DLE) must be the directory to backup. INCLUDE - EXCLUDE amstar doesn't support include. Both 'exclude list' and 'exclude file' are supported. There is a maximum of 100 patterns (limit of star). Moving directories into and out of directories on the exclude list causes incremental backups to not contain the files in the moved directories until the next full backup unless the moved files are modified after the move. PROPERTIES
This section lists the properties that control amstar's functionality. See amanda-applications(7) for information on application properties and how they are configured. ACL If "YES" (the default), amstar will store files acl by passing the -acl argument to star. If "NO", then the -acl option is not given to star, and it will not try to backup the acl. COMMAND-OPTIONS If set, theses options are passed asis to star. Each option must be a different value of the property. Some option can break how amanda do backup, use it with care. Use: property "COMMAND-OPTIONS" "--foo" "bar" Do not use: property "COMMAND-OPTIONS" "--foo bar" DIRECTORY If set, gnutar will backup from that directory instead of the diskdevice set by the DLE. On restore, the data is restore in that directpory instead of the current working directory. ONE-FILE-SYSTEM The default is "YES". This property is deprecated and the default value can't be changed. star requires it when it works in dump mode. This corresponds to the -xdev option of star. SPARSE If "YES" (the default), star will store sparse files efficiently. If "NO", then the -sparse option is not given to star, and it will not try to detect sparse files. STAR-DLE-TARDUMP If "YES", amstar will use a different tardump file for each DLE. The default is "NO". This property is needed with older versions of star doing many dumps in parallel, because of a race condition in updating the tardump file. STAR-PATH The path to the star binary. The default is set when Amanda is built by the --with-star configure option. STAR-TARDUMP The directory where star stores the database it uses to generate incremental dumps. The default is /etc/tardumps. NORMAL List all regex (POSIX Extended Regular Expression syntax) that are normal output from star. These output are in the "FAILED DUMP DETAILS" section of the email report if the dump result is STRANGE or FAILED. Default values: "^could not open conf file" "^Type of this level " "^Date of this level " "^Date of last level " "^Dump record level " "^Throughput" "^.*is sparse$" "^star: dumped [0-9][0-9]* (tar )?files" "^.*The following problems occurred during .* processing.*$" "^.*Processed all possible files, despite earlier errors.*$" "^.*not written due to problems during backup.*$" To treat one of these default patterns differently, specify it explicitly in a different property. IGNORE List all regex (POSIX Extended Regular Expression syntax) that amanda ignore. These output are never in the email report. STRANGE List all regex (POSIX Extended Regular Expression syntax) that are strange output from star. All star output that doesn't match a normal or ignore regex are strange by default. The result of the dump is STRANGE if star produce a strange output. These output are in the "FAILED DUMP DETAILS" section of the email report. "^Perform a level 0 dump first.*$" To treat one of these default patterns differently, specify it explicitly in a different property. SEE ALSO
amanda(8), amanda.conf(5), amanda-applications(7) The Amanda Wiki: : http://wiki.zmanda.com/ AUTHORS
Jean-Louis Martineau <martineau@zmanda.com> Zmanda, Inc. (http://www.zmanda.com) Dustin J. Mitchell <dustin@zmanda.com> Zmanda, Inc. (http://www.zmanda.com) Amanda 3.3.1 02/21/2012 AMSTAR(8)
All times are GMT -4. The time now is 04:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy