FreeBSD Fortune on Nostr: To search for files that match a particular name, use find(1); for example find / ...
To search for files that match a particular name, use find(1); for example
find / -name "*GENERIC*" -ls
will search '/', and all subdirectories, for files with 'GENERIC' in the name.
-- Stephen Hilton <nospam@hiltonbsd.com>
Published at
2024-11-18 18:00:50Event JSON
{
"id": "f3c63240ac8b25b7404a3af69ed0e6ce731ae7cb47a5929b9bdb697db7bdf2d6",
"pubkey": "49792b0c3e803bb97f4005f83a8d6c09a58c6ea7f04e1ab19d149f9fabbbcee3",
"created_at": 1731952850,
"kind": 1,
"tags": [
[
"proxy",
"https://mastodon.bsd.cafe/users/fbfortune/statuses/113505261983660016",
"activitypub"
]
],
"content": "To search for files that match a particular name, use find(1); for example\n\n\tfind / -name \"*GENERIC*\" -ls\n\nwill search '/', and all subdirectories, for files with 'GENERIC' in the name.\n \t-- Stephen Hilton \u003cnospam@hiltonbsd.com\u003e",
"sig": "f0b8acb267237b261566e0f4d711c2dc4d7bdcd5ef6c77107603311da0b84dfa61ac9dd7c9eb542247e02ed026ccc6caf460acd2ec449fc60e4c5dcb893e1888"
}