F5F Stay Refreshed Software Operating Systems Searching for information on Linux systems.

Searching for information on Linux systems.

Searching for information on Linux systems.

Pages (2): 1 2 Next
S
Seoulsib
Member
192
09-04-2023, 05:04 AM
#1
How do I do it?
S
Seoulsib
09-04-2023, 05:04 AM #1

How do I do it?

L
LordHamlin
Member
118
09-04-2023, 12:57 PM
#2
Navigate to the desired folder, then use the command to search for files matching your criteria. (Other options exist; refer to the manual for details.) Alternatively, most file managers let you search with a magnifying glass icon.
L
LordHamlin
09-04-2023, 12:57 PM #2

Navigate to the desired folder, then use the command to search for files matching your criteria. (Other options exist; refer to the manual for details.) Alternatively, most file managers let you search with a magnifying glass icon.

S
Streiyn
Posting Freak
768
09-06-2023, 10:03 AM
#3
I mainly relied on locate together with grep.
S
Streiyn
09-06-2023, 10:03 AM #3

I mainly relied on locate together with grep.

C
CraftClash
Member
95
09-06-2023, 11:25 PM
#4
Catfish handles this task quite effectively. Additionally, certain file explorer tools include built-in search features that perform well. For example, the ZorinOS version comes with a search bar at the top that functions very efficiently.
C
CraftClash
09-06-2023, 11:25 PM #4

Catfish handles this task quite effectively. Additionally, certain file explorer tools include built-in search features that perform well. For example, the ZorinOS version comes with a search bar at the top that functions very efficiently.

L
Lorddoom139
Posting Freak
956
09-14-2023, 02:29 PM
#5
My preference is to locate, since it maintains a record of your files without requiring a full scan of your hard drive each time you access them.
L
Lorddoom139
09-14-2023, 02:29 PM #5

My preference is to locate, since it maintains a record of your files without requiring a full scan of your hard drive each time you access them.

Z
zLeoZiin
Senior Member
503
09-30-2023, 06:07 PM
#6
Dolphin (a visual file explorer) includes a search feature at the top near "Previews" and "Split." It brings up a search bar where you can look for files or content within them. You can choose to search either in the directory or directly inside the files, and it may display your local files in your home folder. It also supports installed search tools like Kfind, FSearch, or Catfish. Thunar, another graphical browser, places the search option in the lower right corner. As you begin typing, it searches within your current folder. This is essentially how most file browsers operate—simply start typing.
Z
zLeoZiin
09-30-2023, 06:07 PM #6

Dolphin (a visual file explorer) includes a search feature at the top near "Previews" and "Split." It brings up a search bar where you can look for files or content within them. You can choose to search either in the directory or directly inside the files, and it may display your local files in your home folder. It also supports installed search tools like Kfind, FSearch, or Catfish. Thunar, another graphical browser, places the search option in the lower right corner. As you begin typing, it searches within your current folder. This is essentially how most file browsers operate—simply start typing.

N
161
10-01-2023, 12:32 AM
#7
typical gui file managers include built-in search features, often activating automatically when you begin typing.
N
Nightrangertwf
10-01-2023, 12:32 AM #7

typical gui file managers include built-in search features, often activating automatically when you begin typing.

S
SkyDoesLegos
Junior Member
13
10-02-2023, 11:14 AM
#8
Search through the directory for files containing "nameoffile"
S
SkyDoesLegos
10-02-2023, 11:14 AM #8

Search through the directory for files containing "nameoffile"

G
Gupalhari
Member
68
10-20-2023, 05:38 PM
#9
The purpose of piping find to grep is to leverage grep's powerful text-processing capabilities after the initial search, allowing for more complex filtering and pattern matching that find alone might miss.
G
Gupalhari
10-20-2023, 05:38 PM #9

The purpose of piping find to grep is to leverage grep's powerful text-processing capabilities after the initial search, allowing for more complex filtering and pattern matching that find alone might miss.

L
LOL0
Member
191
10-20-2023, 07:58 PM
#10
Familiar with grep more than any other tool. It's similar to using a Perl or Python command-line script for regular expression matching.
L
LOL0
10-20-2023, 07:58 PM #10

Familiar with grep more than any other tool. It's similar to using a Perl or Python command-line script for regular expression matching.

Pages (2): 1 2 Next