Bash
System softwareWikipedia
48
MENTIONS
17
EPISODES
14
PODCASTS
Search complete. 48 mentions across 17 episodes found for "Bash".
Sep 17, 2026
Hands-On Windows 207: Elevate Your Workflow
P
16:11Paul ThurrottHOST
Um, if you're really into this stuff, there's also something called Curutils, um, which you can down from- uh, download from, uh, GitHub that will add even more Linux commands.
P
16:20Paul ThurrottHOST
There's some stuff built into Windows, but you can get the whole, you know, set of the, uh, most Bash commands, uh, now in Windows, which is really cool.
P
16:28Paul ThurrottHOST
Um, so yeah, we did the terminal one, and then, uh, yeah, I guess that's actually most of it.
P
16:32Paul ThurrottHOST
So end task, um, for everybody.
Hands-On Windows 207: Elevate Your Workflow
P
16:11Paul ThurrottHOST
Um, if you're really into this stuff, there's also something called Curutils, uh, which you can down from, uh, download from, uh, GitHub that will add even more Linux commands.
P
16:20Paul ThurrottHOST
There's some stuff built into Windows, but you can get the whole, you know, set of the, of most Bash commands, uh, now in Windows, which is really cool.
P
16:28Paul ThurrottHOST
Um, so yeah, we see the terminal one and then, uh, yeah, I guess that's actually most of it.
P
16:32Paul ThurrottHOST
So end task, um, for everybody.
Episode 882 - Better Together
J
31:08Jan AltenbergGUEST
That doesn't make any sense at all.
J
31:09Jan AltenbergGUEST
We make it open source to share the technical effort, Why not also sharing the licensing effort? What we started doing is providing a open-source project where you could share ready-to-use license compliance material for commonly used open-source packages like for Bash or for glibc, for the Linux kernel, for BusyBox.
J
31:33Jan AltenbergGUEST
Right now with a strong focus on embedded Linux, but not necessarily, so it's open source it's on github you can if you want provide data you can just open a pull request there's a wiki wiki.osalot.org so if you want to learn how to contribute everything is there so this is yeah when it comes to to the topic of bill of materials
J
31:57Jonathan BennettHOST
Yeah, I have said for a long time that...
How to Build a Coding Agent with Nico (Amp Code)
N
21:08Nicolay GeroldGUEST
And this allows you to basically figure out how or create a set of tools which should be very composable.
N
21:17Nicolay GeroldGUEST
And this is what makes Bash so good.
N
21:20Nicolay GeroldGUEST
Because it's really composable and allows you to do a lot.
N
21:25Nicolay GeroldGUEST
But usually you want some additional stuff on top of that.
N
21:36Nicolay GeroldGUEST
But now the models are so good at this loop and so good at the behavior that for example, read file, you can already throw away.
N
21:43Nicolay GeroldGUEST
You can't just give it a bash tool.
N
21:45Nicolay GeroldGUEST
And the model has been trained on so many shell sessions and so much code that that it actually knows how to just read files through Bash by using something like set or cat.
N
21:56Nicolay GeroldGUEST
And this also gives the model the capability to actually filter more because it can grab on top of it.
Episode 881 - Eating Its Own Tail
O
2:52Olivier VerninGUEST
... which is kind of, um, the closest, I would say, um, project for what it does.
O
2:58Olivier VerninGUEST
And otherwise, it's just Bash script, Bash scripts, Python script, and so on.
J
3:01Jonathan BennettHOST
[laughs]
O
3:02Olivier VerninGUEST
So, so it's, it's, it's kind of sit between the two
J
3:04Jonathan BennettHOST
It's amazing to me to see, like, how much of the world is run by nothing more than a pile of Bash scripts.
O
3:11Olivier VerninGUEST
[laughs] Yeah, exactly.
O
3:13Olivier VerninGUEST
And it's like, yeah, Ba- Bash is really awesome, um-
J
3:15Jonathan BennettHOST
No, yeah
P
Unknown podcast
Archiving Audio Assets: Keep Your Production Sounds Safe, Licensed, and Findable—The Sound Stock Way
Sep 7 · 1 Mention
T
11:43TonyHOST
Automation of backups across OSes can save producers from the headache of forgetting to copy their work before a power outage or hard drive failure.
T
11:51TonyHOST
Scripts in PowerShell for Windows, Bash on Mac OS or Linux, or even a small Python program using watchdog libraries can monitor the project folder and push incremental copies to an external drive or cloud bucket as soon as changes are detected.
T
12:07TonyHOST
A well-written script should log each sync event with timestamp, file size, and success status.
T
12:13TonyHOST
Turning silent backups into actionable records you can audit later if a version goes missing.
Untitled Linux Show 269: Kerfluffel
J
91:04Jeff MassieHOST
But if you take a look at the article linked in the show notes, you can see examples of many more ways to generate the output.
J
91:13Jonathan BennettHOST
Yeah, it's like a for loop on ba- in Bash.
J
91:16Jeff MassieHOST
Kinda.
J
91:17Jonathan BennettHOST
Yeah.
J
91:26Jeff MassieHOST
It's built in.
J
91:28Jonathan BennettHOST
Mm-hmm.
J
91:29Jonathan BennettHOST
Is it, is it actually a Bash built-in?
J
91:32Jeff MassieHOST
Uh, not...
Drive-by data theft.
R
16:31Rob AllenGUEST
What it does on your computer, the scripts it runs, the programs it call.
R
16:34Rob AllenGUEST
I mean, one minute it's running PowerShell, next minute it's Bash, next minute it's Git, next minute it's God knows.
R
16:40Rob AllenGUEST
W-whatever it needs, whatever it feels it needs to fulfill the task it's been assigned to, to achieve, it will run and download and execute and use whatever it wants.
R
16:52Rob AllenGUEST
So that presents real challenges for organizations.
Episode 880 - The Two Wolves
B
62:23Benjamin SamuelsGUEST
But in scripting language, you can't go wrong with Python.
B
62:28Benjamin SamuelsGUEST
I just wish that you could use Python in the same way that you use Bash.
B
62:33Benjamin SamuelsGUEST
If Python was as ubiquitous and easy to use as Bash, I feel like the world would be a lot cleaner.
J
62:39Jonathan BennettHOST
Yeah.
J
62:41Jonathan BennettHOST
It was almost there, and then we had to do the whole Python 2 to Python 3 thing.
J
62:45Jonathan BennettHOST
It's terrible.
J
62:45Jonathan BennettHOST
We're still recovering from that.
B
62:47Benjamin SamuelsGUEST
I literally cannot remember how to do a for loop in Bash for my life.
Claude Code Restricted Mode for Safer Untrusted Repos
J
0:38James TurnerHOST
And what that does right out of the box is strip away tools that execute arbitrary code or commands.
J
0:44James TurnerHOST
So Bash and WebFetch are completely disabled by default.
L
0:48Lachlan ReidHOST
Exactly.
L
0:48Lachlan ReidHOST
It puts the agent in a proper sandbox.
7 more episodes mention Bash.
Create an account to see the whole feed, search across every transcript, and follow the entities you care about.