Would like to know how to use the find function on the server to find say *.jpg files .. tried find [...path] [*.jpg]
no luck - how to do that ?
still learning mix here![]()
Results 1 to 3 of 3
Thread: find function in unix
-
05-05-2004, 10:30 PM #1Senior Member
- Join Date
- Nov 2003
- Posts
- 248
find function in unix
-
05-06-2004, 01:49 AM #2
'find /var/www/html -name "*.jpg" -print'
should do it.
-
05-06-2004, 02:37 AM #3Senior Member
- Join Date
- Nov 2003
- Posts
- 248
thanks, it works without the ' ... thanks
Similar Threads
-
PHP imagerotate Function
By Bob in forum PHP / MySQLReplies: 7Last Post: 02-09-2006, 07:58 PM -
how do you find out which westhost server your site is on?
By Trisha in forum General DiscussionReplies: 2Last Post: 01-13-2005, 04:11 PM -
Cannot find .redirect in FTP
By flagship1 in forum General DiscussionReplies: 1Last Post: 03-19-2004, 09:04 PM -
Login Errors
By foeggy in forum PHP / MySQLReplies: 3Last Post: 01-14-2004, 03:00 PM -
PHP 5
By jlavarj in forum PHP / MySQLReplies: 5Last Post: 07-27-2003, 12:17 AM
Reply With Quote