Julia Evans on Nostr: I just learned that globbing in fish (and maybe zsh too) is WAY more powerful than I ...
I just learned that globbing in fish (and maybe zsh too) is WAY more powerful than I realized, like:
- instead of `find . -name '*.md'` I can just do `ls **.md`
- instead of `find . -type d -name ‘*blah*’`, I can just `ls -d **blah*/`
Published at
2024-12-13 17:05:04Event JSON
{
"id": "bb265d4f20f725222cb87c1dc2936d807c8f6984f693a1e066f8e10daa58e833",
"pubkey": "26cad6f140bf86de9c26b7c15419cab1aebdd7086358d26aa2d750e21cf3bf2e",
"created_at": 1734109504,
"kind": 1,
"tags": [
[
"proxy",
"https://social.jvns.ca/users/b0rk/statuses/113646600470227333",
"activitypub"
]
],
"content": "I just learned that globbing in fish (and maybe zsh too) is WAY more powerful than I realized, like:\n\n- instead of `find . -name '*.md'` I can just do `ls **.md`\n- instead of `find . -type d -name ‘*blah*’`, I can just `ls -d **blah*/`",
"sig": "f085665ee82756571adec87d6bf3f10675685357c30319e41f617b466acd86fd36a2fc18b5ef84f29a69d5dd46946c1d3729537decc5e27654ad2bbd684a311d"
}