| Zenwalk This forum is for the discussion of Zenwalk Linux. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
09-21-2006, 04:48 PM
|
#1
|
|
LQ Newbie
Registered: Feb 2006
Location: france
Distribution: zenwalk
Posts: 25
Rep:
|
how do you find files in zenwalk?
sorry... but i need to ask you guys really a silly question. i don't know how to find files, like searching files, doc, pics and so on. i know there is a app finder, but that only finds applications, no?
anyway, thanks for helping me out for this rather silly question. i am ashamed...
|
|
|
|
09-21-2006, 05:53 PM
|
#2
|
|
Member
Registered: Aug 2006
Location: France
Distribution: Zenwalk
Posts: 132
Rep:
|
Quote:
|
Originally Posted by tsuren
sorry... but i need to ask you guys really a silly question. i don't know how to find files, like searching files, doc, pics and so on. i know there is a app finder, but that only finds applications, no?
anyway, thanks for helping me out for this rather silly question. i am ashamed...
|
As i'm a CLI man i only know the CLI methods, but i'm sure thereis graphicals ones...
Anyway:
find ROOT_PATH_OF_SEARCH -name NAME_OR_PART_OF_NAME
ex:
find / -name 'X11'
find /etc/rc.d -name 'rc.*'
or:
locate NAME_OR_PART_OF_NAME
(before you have to do (as root) : updatedb)
more infos:
man find
man locate
Sorry no much time to explain everything in details 
|
|
|
|
09-21-2006, 06:03 PM
|
#3
|
|
LQ Newbie
Registered: Feb 2006
Location: france
Distribution: zenwalk
Posts: 25
Original Poster
Rep:
|
ah... great!
guth, thanks so much! i got it now! i am not that bothered about GUI ones. but i am a bit curious. where is it in zenwalk? it's not easy to find if there's one. or maybe i am blind.  i wish there could be ones like Mac's. i forgot how it's called...
|
|
|
|
09-22-2006, 03:19 PM
|
#4
|
|
Senior Member
Registered: Sep 2004
Distribution: (Home)Opensolaris, Ubuntu, CentOS, (Work - AIX, HP-UX, Red Hat)
Posts: 2,043
Rep:
|
The terminal button is next to the xfce menu button.
|
|
|
|
09-22-2006, 05:21 PM
|
#5
|
|
LQ Newbie
Registered: Feb 2006
Location: france
Distribution: zenwalk
Posts: 25
Original Poster
Rep:
|
jstephens84... thanks  but i was not looking for the terminal button. i was referring to the gui FIND FILES button. i don't see that kind of button in xfce...
|
|
|
|
09-25-2006, 11:45 AM
|
#6
|
|
Member
Registered: Aug 2003
Location: Kentucky
Distribution: Ubuntu 9.10
Posts: 153
Rep:
|
An even better CLI would be to use 'slocate'. To do so, do the following:
# touch /var/lib/slocate/slocate.db
# updatedb
At that point, any user can search by doing the following:
$ slocate <partial file name>
Every so often update the database by doing the following:
# updatedb
|
|
|
|
09-25-2006, 04:40 PM
|
#7
|
|
Member
Registered: Aug 2006
Location: France
Distribution: Zenwalk
Posts: 132
Rep:
|
Quote:
|
Originally Posted by pete_bogg
An even better CLI would be to use 'slocate'.
|
i purposed "locate", and :
Code:
guth[~]$ which locate
/usr/bin/locate
guth[~]$ la /usr/bin/locate
lrwxrwxrwx 1 root root 7 2006-05-24 15:49 /usr/bin/locate -> slocate
guth[~]$

|
|
|
|
09-26-2006, 01:04 AM
|
#8
|
|
Member
Registered: Jul 2006
Location: West Yorkshire, UK
Distribution: Mandriva, Leeenux, Saluki
Posts: 103
Rep:
|
Quote:
|
Originally Posted by guth
As i'm a CLI man i only know the CLI methods, but i'm sure thereis graphicals ones...
|
If there is it is really, really well hidden!
|
|
|
|
09-26-2006, 04:28 AM
|
#9
|
|
LQ Newbie
Registered: Feb 2006
Location: france
Distribution: zenwalk
Posts: 25
Original Poster
Rep:
|
pete_bogg and guth!
thanks sooo much! great helps! now i can find any files i want to find... MUAHAHAHAHA!
|
|
|
|
10-12-2006, 03:42 PM
|
#10
|
|
Member
Registered: May 2006
Location: Karachi, Pakistan
Posts: 140
Rep:
|
There isn't a graphical "Find Files" but there SHOULD be one! Zenwalk developers please note!
You can steal one from any other distribution using Xfce as its standard WM. Try Slax Popcorn!
|
|
|
|
10-12-2006, 04:44 PM
|
#11
|
|
LQ Newbie
Registered: Feb 2006
Location: france
Distribution: zenwalk
Posts: 25
Original Poster
Rep:
|
Quote:
|
Originally Posted by petersum
There isn't a graphical "Find Files" but there SHOULD be one! Zenwalk developers please note!
You can steal one from any other distribution using Xfce as its standard WM. Try Slax Popcorn!
|
without using slax, how exactly can i steal "find files" from it?
thanks 
|
|
|
|
10-13-2006, 04:08 PM
|
#12
|
|
Member
Registered: May 2006
Location: Karachi, Pakistan
Posts: 140
Rep:
|
Slax popcorn is the smallest download to make a liveCD. It's pretty good too! I use it as a back-up solution for when my main distribution changes or fails.
You will need to copy /usr/bin/xffm and /usr/bin/xfglob4 (a link) plus the libraries. "ldd xffm" will show what you need.
Alternatively, these files MUST be available somewhere for direct download. Google a bit!
|
|
|
|
10-14-2006, 09:48 AM
|
#13
|
|
LQ Newbie
Registered: Feb 2006
Location: france
Distribution: zenwalk
Posts: 25
Original Poster
Rep:
|
thanks petersum! i will take a look. 
have a good weekend!
|
|
|
|
11-02-2006, 11:39 AM
|
#14
|
|
Zenwalk Admin
Registered: May 2005
Location: Louisiana, U.S.A.
Distribution: Zenwalk Gnu/Linux
Posts: 258
Rep:
|
GUI Find Utility
Hi,
Once of the devs has recently built a Zenwalk package for "SearchMonkey" which is a GUI Frontend for the commands "find" and "grep". It is a really small application, around 99 KB. If you are intersted in trying this new package you can find more information on it in the ZenCommunity forum. That forum is centered around extra packages that are built by both Zenwalk users and developers. It is a building and testing ground. Once the packages are accepted there I upload them to the server dir where they are accessible by both netpkg and Gslapt at this link: http://users.zenwalk.org/packages/
Give it a try.
-Axxium
|
|
|
|
| Thread Tools |
Search 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
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:38 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|