Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Regular Expressions -- Find spaces outside Post 302449165 by arduino411 on Saturday 28th of August 2010 07:34:22 PM
Old 08-28-2010
Perfect, that works! Thank you.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Regular Expressions

I'm trying to parse RichText to XML. I want to be able to capture everything between the '/par' tag in the RTF but not include the tag itself. So far all I have is this, '.*?\\par' but it leaves '\par' at the end of it. Any suggestions? (1 Reply)
Discussion started by: AresMedia
1 Replies

2. Shell Programming and Scripting

Regular Expressions

How can i create a regular expression which can detect a new line charcter followed by a special character say * and replace these both by a string of zero length? Eg: Input File san.txt hello hi ... (6 Replies)
Discussion started by: sandeep_hi
6 Replies

3. Shell Programming and Scripting

regular expressions

Hi, can anyone advise me how to shorten this: if || ; then I tried but it dosent seem to work, whats the correct way. Cheers (4 Replies)
Discussion started by: jack1981
4 Replies

4. UNIX for Dummies Questions & Answers

regular expressions

Hi Gurus, I need help with regular expressions. I want to create a regular expression which will take only alpha-numeric characters for 7 characters long and will throw out an error if longer than that. i tried various combinations but couldn't get it, please help me how to get it guys. ... (2 Replies)
Discussion started by: ragha81
2 Replies

5. UNIX for Dummies Questions & Answers

regular expressions

how to find for a file whose name has all characters in uppercase after 'project'? I tried this: find . -name 'project**.pdf' ./projectABC.pdf ./projectABC123.pdf I want only ./projectABC.pdf What is the regular expression that correponds to "all characters are capital"? thanks (8 Replies)
Discussion started by: melanie_pfefer
8 Replies

6. Shell Programming and Scripting

Need help with Regular Expressions

Hi, In ksh, I am trying to compare folder names having -141- in it's name. e.g.: 4567-141-8098 should match this expression '*-141-*' but, -141-2354 should fail when compared with '*-141-*' simlarly, abc should fail when compared with '*-141-*' I tried multiple things but nevertheless,... (5 Replies)
Discussion started by: jidsh
5 Replies

7. Shell Programming and Scripting

Regular Expressions

what elements does " /^/ " match? I did the test which indicates that it matches single lowercase character like 'a','b' etc. and '1','2' etc. But I really confused with that. Because, "/^abc/" matches strings like "abcedf" or "abcddddee". So, what does caret ^ really mean? Any response... (2 Replies)
Discussion started by: DavidHe
2 Replies

8. Shell Programming and Scripting

Help with regular expressions

I have a file that I'm trying to find all the cases of phone number extensions and deleting them. So input file looks like: abc x93825 def 13234 x52673 hello output looks like: abc def 13234 hello Basically delete lines that have 5 numbers following "x". I tried: x\(4) but it... (7 Replies)
Discussion started by: pxalpine
7 Replies

9. UNIX for Advanced & Expert Users

Using find and regular expressions

Hi Could you please advise how can one extract from the output of find . -name "*.c" -print only filenames in the current direcotry and not in its subdirectories? I tried using (on Linux x86_64) find . -name "*.c" -prune but it is not giving correct output. Whereas I am getting... (9 Replies)
Discussion started by: tinku981
9 Replies

10. Shell Programming and Scripting

Replacing Multiple spaces with a single space but excluding few regular expressions

Hi All. Attached are two files. I ran a query and have the output as in the file with name "FILEWITHFOURRECORDS.txt " I didn't want all the spaces between the columns so I squeezed the spaces with the "tr" command and also added a carriage return at the end of every line. But in two... (3 Replies)
Discussion started by: sparks
3 Replies
LaTeX2HTML(1)						      General Commands Manual						     LaTeX2HTML(1)

NAME
latex2html - translate LaTeX files to HTML (HyperText Markup Language) SYNOPSIS
latex2html [-address author-address] [-antialias] [-antialias_text] [-ascii_mode] [-auto_navigation] [-auto_prefix] [-biblio URL] [-bottom_navigation] [-contents URL] [-contents_in_navigation] [-custom_titles] [-debug] [-dir output-directory] [-discard] [-down_title string] [-down_url URL] [-external_file filename] [-external_images] [-font_size size] [-h(elp)] [-html_version (2.0|3.0|3.2)[,(math|i18n|table)]*] [-images_only] [-index URL] [-index_in_navigation] [-info string] [-init_file file] [-iso_language type] [-ldump] [-link num] [-local_icons] [-long_titles num] [-next_page_in_navigation] [-no_antialias] [-no_antialias_text] [-no_auto_link] [-no_footnode] [-no_fork] [-no_images] [-no_math] [-no_navigation] [-no_reuse] [-no_subdir] [-no_tex_defs] [-no_white] [-nolatex] [-numbered_footnotes] [-prefix filename-prefix] [-prev_title string] [-prev_url URL] [-previous_page_in_navigation] [-ps_images] [-reuse reuse_option] [-scalable_fonts] [-short_extn] [-short_index] [-show_section_numbers] [-split + num] [-split num] [-t top-page-title] [-tmp path] [-toc_depth num] [-toc_stars] [-top_navigation] [-unsegment] [-up_title string] [-up_url URL] [-v] [-verbosity num] [-white] file(s) DESCRIPTION
LaTeX2HTML is a Perl program that translates LaTeX source files into HTML. For each source file given as an argument the translator will create a directory containing the corresponding HTML files. See the WWW online documentation or the /usr/share/doc/pack- ages/latex2html/manual.ps.gz file for more detailed information and examples. PROBLEMS
For information on various problems and remedies see the WWW online documentation or the documents available in the distribution. A mail- ing list for technical discussion about latex2html, bugs and enhancements is available at latex2html@tug.org SUSE installation In /usr/share/doc/packages/latex2html you may find more information about this package. AUTHOR
Nikos Drakos, Computer Based Learning Unit, University of Leeds <nikos@cbl.leeds.ac.uk>. Several people have contributed suggestions, ideas, solutions, support and encouragement. The pstogif script uses the pstoppm.ps postscript program originally written by Phillip Conrad (Perfect Byte, Inc.) and modified by L. Peter Deutsch (Aladdin Enterprises). 7th Edition LaTeX2HTML(1)
All times are GMT -4. The time now is 10:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy