The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
list the files but exclude the files in subdirectories shyjuezy UNIX for Dummies Questions & Answers 8 10-15-2008 01:42 PM
Auto copy for files from folder to folder upon instant writing Bashar UNIX for Advanced & Expert Users 2 08-21-2008 02:44 PM
Moving Files from one folder to another folder farooqpervaiz Shell Programming and Scripting 10 08-07-2008 02:20 AM
Fastest way to list a file in a folder containing 800,000 files using wildcard jerardfjay Shell Programming and Scripting 6 07-10-2008 04:41 PM
Basic Q: getting list of all files of type within folder & subfolders AtomicPenguin UNIX for Dummies Questions & Answers 1 07-28-2007 06:43 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 09-04-2008
itsjoy2u itsjoy2u is offline
Registered User
  
 

Join Date: Feb 2008
Posts: 17
How list of files apart from *.class files in certain folder

Hi Friends

How to list of all files in a particular directory structure, with out listing a particular file extn.

I mean to say in a folder structure I have many files ..I want to list them with out *.class files.

Please help

Thanks
Joy
  #2 (permalink)  
Old 09-04-2008
jim mcnamara jim mcnamara is offline Forum Staff  
...@...
  
 

Join Date: Feb 2004
Location: NM
Posts: 5,715
Code:
ls * | grep -v 'class$'
one way

traversing directories
Code:
find /path ! -name '*.class'
  #3 (permalink)  
Old 09-04-2008
itsjoy2u itsjoy2u is offline
Registered User
  
 

Join Date: Feb 2008
Posts: 17
Thanks buddy
  #4 (permalink)  
Old 09-04-2008
ghostdog74 ghostdog74 is offline Forum Advisor  
Registered User
  
 

Join Date: Sep 2006
Posts: 2,502
Code:
shopt -s extglob
echo !(*.class)
Sponsored Links
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 07:28 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0