![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Auto copy for files from folder to folder upon instant writing | Bashar | UNIX for Advanced & Expert Users | 2 | 08-21-2008 11:44 AM |
| Have a basic 'for i in cat list' - Trying to get i to be set to a name with a space | littlefrog | Shell Programming and Scripting | 2 | 12-11-2007 03:06 PM |
| How to learn the number of files under a particular folder, containing subfolders | cy163 | UNIX for Dummies Questions & Answers | 5 | 09-01-2007 07:55 AM |
| trying to list everything in a folder except . and .. | dkieran | Shell Programming and Scripting | 2 | 05-16-2007 04:09 PM |
| rename files in subfolders | umen | UNIX for Dummies Questions & Answers | 0 | 09-19-2005 05:19 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Basic Q: getting list of all files of type within folder & subfolders
A painfully rudimentary UNIX question for somebody. I've been puzzling over this for the last hour but can't find the right command.
I'm simply trying to get a list of all files - and their full paths - within a folder & subfolders which have extension .php and .js. That's it! No amount of fumbling around with "ls" has had any success. Any advice? |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Basic Q: getting list of all files of type within folder & subfolders
I can do it in Linux, using slocate - Security Enhanced version of GNU Locate
#updatedb #locate .js #locate .php Last edited by sad_angle; 07-28-2007 at 03:56 AM. |
||||
| Google The UNIX and Linux Forums |