Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 19th July 2005, 04:38 AM
Sr Ramitas Offline
Registered User
 
Join Date: Feb 2005
Posts: 30
Linux Command for Windows dir s*.* /s

Hello;

Title says it all,

I would like to find something in the directories but all of them that start with an s and all subdirectories.

Thank you,
Reply With Quote
  #2  
Old 19th July 2005, 04:50 AM
Evil_Genius Offline
Registered User
 
Join Date: May 2005
Location: Australia
Age: 31
Posts: 29
ls s* -R


-R = recursive

No timestamps though.....
__________________
------------------------------------------
Registered Linux User #389100
Register here
Reply With Quote
  #3  
Old 19th July 2005, 07:13 AM
Patpicos Offline
Registered User
 
Join Date: Nov 2004
Posts: 9
find . -name s* -print
Reply With Quote
  #4  
Old 19th July 2005, 08:29 AM
Omega Blue's Avatar
Omega Blue Offline
Registered User
 
Join Date: Apr 2005
Location: Fragrant Harbour
Posts: 1,344
locate s* also works
Reply With Quote
  #5  
Old 19th July 2005, 08:57 AM
SlowJet Offline
Registered User
 
Join Date: Jan 2005
Posts: 5,002
Gnome GUI Menu, Places, Search for Files.

SJ
__________________
Do the Math
Reply With Quote
  #6  
Old 19th July 2005, 10:55 PM
Sr Ramitas Offline
Registered User
 
Join Date: Feb 2005
Posts: 30
Thank you, but when I do that I get the directories starting with S and not the files.
Am I doing it wrong?
Reply With Quote
  #7  
Old 19th July 2005, 11:06 PM
Furball's Avatar
Furball Offline
Registered User
 
Join Date: Jul 2005
Location: Passau, Germany
Age: 33
Posts: 331
Find all (sub)directories beginning with s: (in current directory)
find ./ -type d -name "s*"

Find all files beginning with s:
find ./ -type f -name "s*"
__________________

Benjamin Duehring, FORWISS
Universitaet Passau, D-94030 Passau
WWW: http://www.lyxx.de/card
Reply With Quote
Reply

Tags
command, dir, linux, or s, windows

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
wine windows browsing command manuleka Using Fedora 2 31st May 2009 12:48 PM
How to chain proxies linux:linux:windows without ssh server on windows? vcguy Servers & Networking 0 13th April 2008 01:03 PM
Linux to Windows Windows to Linux dictionary mistergoodbytes Using Fedora 2 18th September 2007 04:54 AM
Windows IP command equivalent Numenor Using Fedora 5 12th September 2006 11:07 PM
Installing X Windows through Command Line [FC3] slaquer Using Fedora 7 18th April 2006 08:03 AM


Current GMT-time: 19:05 (Sunday, 19-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat