Sponsored Content
Full Discussion: wildcard help!!
Top Forums Shell Programming and Scripting wildcard help!! Post 302558766 by itkamaraj on Sunday 25th of September 2011 08:04:46 AM
Old 09-25-2011
Code:
$ perl test.pl
Enter a pattern: txt
A.txt
B.txt
b.txt
Characters.txt
CPU_VALUE.txt
empty.txt
FC1-original-input.txt
FC1.txt
FC2-original-input.txt
FC2.txt
input.txt
replace.txt
swap.txt
test.txt
xyz.txt

working fine..
This User Gave Thanks to itkamaraj For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Find wildcard .shtml files in wildcard directories and removing them- How's it done?

I'm trying to figure out how to build a small shell script that will find old .shtml files in every /tgp/ directory on the server and delete them if they are older than 10 days... The structure of the paths are like this: /home/domains/www.domain2.com/tgp/ /home/domains/www.domain3.com/tgp/... (1 Reply)
Discussion started by: Neko
1 Replies

2. UNIX for Dummies Questions & Answers

wildcard

what will the cmd below do? ls *.3 1 members mentions that to seek all permutations and combinations of the mp3 extension ill have to use curly braces, {} and not, . what then will do? (13 Replies)
Discussion started by: abhi
13 Replies

3. Shell Programming and Scripting

Wildcard comparison

Just a quick question: if I want to do a comparison with a wildcard in a shell script, do i just use '*'? Heres what I have: elif ; then continue but that doesnt evaluate right. It tries to compare against the literal '/apps*' instead of anything that begins with '/apps' (2 Replies)
Discussion started by: rdudejr
2 Replies

4. Shell Programming and Scripting

wildcard

Hi, I have this code to search all "cif" files using wildcard for file in *.cif do grep "Uiso" $file | awk '{ print $3, $4, $5 }' > tet done I get this error "grep: *.cif: No such file or directory" Please where am I going wrong!!! Thank you in advance (6 Replies)
Discussion started by: princessotes
6 Replies

5. UNIX for Advanced & Expert Users

wildcard help

Can someone please explain the wildcards in this. How is this recursive? When I put this in my terminal it recursively displayed everything. ls .* * (6 Replies)
Discussion started by: cokedude
6 Replies

6. Shell Programming and Scripting

How to use wildcard * in if?

Hi, Can anyone help me how to use * in if statement. File contains below line1:a|b|c|Apple-RED| line2:c|d|e|Apple-Green| line3:f|g|h|Orange| I need to find line by line 4th field contains 'Apple' or not. Please help me at the earliest. (6 Replies)
Discussion started by: jam_prasanna
6 Replies

7. Shell Programming and Scripting

Using wildcard in if statement

I'm trying to make a small script to see if you say a specific word, in bash. Here is my code so far : if ]; then echo "You typed Something Device Something" fi exit 0 It does not echo what it should, even if i type something along the lines of "random Device stuff" Please help,... (2 Replies)
Discussion started by: DuskFall
2 Replies

8. Shell Programming and Scripting

Wildcard in ls

Hi Experts, I want to use ls in the below form: ls -l *.{txt,TXT} (working fine) but when i am declaring a variable, VAR="*.{txt,TXT}" ls -l $VAR is not working. Please help. Thanks. (4 Replies)
Discussion started by: sugarcane
4 Replies

9. Shell Programming and Scripting

Wildcard for grep

GNU grep with Oracle Linux 6.3 I want to grep for strings starting with the pattern ora and and having the words r2j in it. It should return the lines highlighted in red below. But , I think I am not using wildcard for multiple characters correctly. $ cat someText.txt ora_pmon_jcpprdvp1... (3 Replies)
Discussion started by: kraljic
3 Replies

10. OS X (Apple)

Help with wildcard

CD_numb is AM017 this code: set the_Firstcom_CD to (do shell script "ls -d '/volumes/audioNAS/Firstcom/Access Music/' ") & CD_numb gives me this: "/volumes/audioNAS/Firstcom/Access Music/AM017" the item I am looking for is AM017Q. I can get the "*" syntax right so it never finder... (7 Replies)
Discussion started by: sbrady
7 Replies
MPTOPDF(1)							      ConTeXt								MPTOPDF(1)

NAME
mptopdf - convert MetaPost to PDF SYNOPSIS
mptopdf FILE [ ... ] DESCRIPTION
mptopdf can convert MetaPost-generated EPS files to PDF, or it can process a MetaPost source file directly (see mpost(1)) and convert the generated EPS files to PDF. OPTIONS
All switches are specified in full here but can be abbreviated to the shortest unique prefix. Thus, --metaf works the same as --metafun. --help Print a terse help message. --metafun Use the metafun pre-compiled format to process the MetaPost source file. You usually don't need this option, since metafun input is usually produced and processed as part of a texexec(1) run. Needs the --rawmp switch to take effect. --rawmp Process the source file with mpost(1) directly, rather than with texexec(1). This option is needed if you want to specify --meta- fun. --latex Typeseting labels using latex(1) rather than plain tex(1). USAGE
To convert manfig.20 to manfig-20.pdf: mptopdf manfig.20 You can convert more than one EPS file at once: mptopdf manfig.20 otherfig.17 finalfig.8 Or you can give mptopdf(1) a pattern that it will expand: mptopdf 'manfig.*' Note the single quotes to protect the * from the shell. Of course, usually you can let the shell do the wildcard expansion and therefore leave off the quotes. To convert figs.mp to figs-1.pdf, figs-2.pdf, ... mptopdf figs.mp If the labels are typeset with latex(1): mptopdf --latex figs.mp SEE ALSO
tex(1), latex(1), mpost(1), pdftex(1), texexec(1). ConTeXt wiki <http://www.contextgarden.net>. AUTHOR
mptopdf(1) is part of the ConTeXt system by Hans Hagen et al, which is available from PRAGMA ADE <http://www.pragma-ade.com/>. This man- page was written by Sanjoy Mahajan <sanjoy@mit.edu> and is in the public domain. mptopdf 1.3.2 January 2007 MPTOPDF(1)
All times are GMT -4. The time now is 03:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy