Using the find command on my terminal to recursively find files.

Using the find command on my terminal to recursively find files.

You Suck at Programming

12 дней назад

36,773 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@Vanman2
@Vanman2 - 19.11.2024 10:49

Zsh man page reading stream pls

Ответить
@wisteela
@wisteela - 19.11.2024 11:55

I didn't know Mac OS was case insensitive. That's very strange for a Unix like system.

Ответить
@ivanheffner2587
@ivanheffner2587 - 19.11.2024 13:56

-type f for files only (not directories)

Ответить
@whackareal
@whackareal - 20.11.2024 02:14

Super cool stuff

Ответить
@Flako-dd
@Flako-dd - 21.11.2024 19:13

add -xdev to not traverse into your nfs mount of 500TB 'special interest' videos 👍

Ответить
@Idi0tN0nS4v4nt
@Idi0tN0nS4v4nt - 22.11.2024 17:11

That’s cool but can you center a div in html?

Ответить
@Sluggernaut
@Sluggernaut - 24.11.2024 07:52

Witchcraft. Everyone always has to Google that

Ответить
@XPCTECH
@XPCTECH - 25.11.2024 08:46

basics. okay.

Ответить
@FunkyELF
@FunkyELF - 25.11.2024 16:16

Using find is brute force... Use the locate command if available, it uses a database.

Ответить
@seancarver7905
@seancarver7905 - 25.11.2024 18:32

Immediately subbed. This is the type of stuff I want in my feed and seems like a dude I could have a beer with and nerd out.

Ответить
@indyztech
@indyztech - 26.11.2024 03:11

Been using this command for 20 years. Learn your Unix, kids.

Ответить
@echoexplore4190
@echoexplore4190 - 26.11.2024 07:19

find function signature is ugly, does it really not abide by "--name" for full names and "-n" for abbreviations?

Ответить
@echoexplore4190
@echoexplore4190 - 26.11.2024 07:21

```tree --level=3 | grep``` is goated for me, find just gives doesn't have access so u gotta `fibd . -r --name "thing" | grep - v "perm"`

Ответить
@ankitjha883
@ankitjha883 - 26.11.2024 18:32

Locate is also a tool

Ответить