Sponsored Content
Full Discussion: Help with wildcard
Operating Systems OS X (Apple) Help with wildcard Post 302955449 by sbrady on Thursday 17th of September 2015 11:13:03 AM
Old 09-17-2015
can't get it to work
huge frustration, its huuuuuuge
headache
migraine
more begging and pleading.
 

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

wildcard help!!

i have got heaps of files (.pdf, .txt and .doc) files in one folder, i am making a program in PERL that helps me find the files i want easier using shell wildcard, something like this!! print "Enter a pattern: (must be in )"; $input = <STDIN>; if (The input is in and valid wildcard... (3 Replies)
Discussion started by: bshell_1214
3 Replies

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

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

10. 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
RTFM(1) 						      General Commands Manual							   RTFM(1)

NAME
rtfm - a response for easy questions from clueless lusers SYNOPSIS
rtfm [ -p ] [ -h ] [ -d option ] [ -i interval ] [ -a action ] [ -q luser] DESCRIPTION
rtfm is a command for system administrators to use in dealing with new users. rtfm is useful for dealing with users having trouble with their pictures downloaded from alt.binaries.pictures.erotica. rtfm will continue to run until killed by hand, using `kill processid'. rtfm can be invoked by anyone who has enough of a clue to know what a man page is. OPTIONS
-p Give the answer in a polite fashion. -h Tell the clueless luser to go to hell. Used with the -p option, they'll look forward to the trip. -d option Debug mode using option where option is one of the following: query Ask the luser what part of rtfm that he or she does not understand. planet Ask what planet the luser is from. literacy Ask the luser if the luser can read. english Ask the luser if the luser understands English. Mac Ask the luser if the luser has ever used a computer other than a Macintosh. Nintendo Same as the Mac option, but slightly more harsh. -i interval Enable within interval seconds. interval is the time between a luser asking the same damn fool question. This option must be acti- vated for the -a option. It stores the time of the question in /var/run/luser and checks that file each time that rtfm is activated. interval is a number of minutes, of the form xxx.xx where each x is a decimal digit. The default is 5.00 minutes. -a action This defines some action to be taken in the event that the -i flag condition is met. action can be defined either at the flag level or by a file. The options for flags are as follows: scream Let out a scream of utter frustration. hair Rip out your hair in total frustration. rm Automatic command ran in lusers home directory. It can have an addition -rf flag added. ignore Ignore the luser. warn Warn the other sysadmins. forward Forward to CNS advising. Particullary if the complaint is /dev/null is full. kill Kill all the lusers processes. FILE=file.name Use a file to define a course of actions. This can be any executeable file except those using ksh, which no god-fear- ing right-thinking sysadmin would be caught using lest he be struck down by the wrath of God. -q luser Query file /etc/luser to see if luser is a real luser or a first time luser. FILES
/etc/luser SEE ALSO
mr.biff(2), BUGS
rtfm only checks /var/run/luser when the -a option is specified and after the -i option is invoked. Otherwise /tmp would fill up rapidly on many systems. Also, core may dump if the -a FILE= option is anatomically impossible. GNU Utilities July 27, 1997 RTFM(1)
All times are GMT -4. The time now is 07:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy