The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
SAN basics kingskar IP Networking 1 09-28-2006 06:17 AM
awk basics gfhgfnhhn Shell Programming and Scripting 6 07-04-2006 03:10 AM
Shell basics pradeep_desh Shell Programming and Scripting 3 06-15-2006 07:27 AM
character I/O basics starless UNIX for Dummies Questions & Answers 8 12-11-2003 08:44 AM
UNIX Basics paulSF UNIX for Dummies Questions & Answers 2 03-21-2002 11:45 PM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 03-26-2007
Registered User
 

Join Date: Feb 2007
Posts: 12
basics - if condition (contains)

Can any body help me on how to check whether a file contains a required extension or not.

pseudo is:

if (filename contains .jpg || filename contains .gif)
--- do some thing
end if

Example file names:
test1.grm.gtrx.drx.jpg
test.de.mi.jpg
test2.ds.gif
test3.gif

thanks in advance
Reply With Quote
Forum Sponsor
  #2  
Old 03-26-2007
Registered User
 

Join Date: Feb 2007
Posts: 12
Somebody suggested in one of the messages and with that, could make it like this:

suffix=${filename##*.}

if [ $suffix = "jpg" || $suffix = "gif" ]; then
-- do something
fi
Reply With Quote
  #3  
Old 03-26-2007
Perderabo's Avatar
Unix Daemon
 

Join Date: Aug 2001
Location: Washington DC Area
Posts: 8,667
See wildcards with if statement?
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 02:16 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0