Skip to main content
Bash

Bash

System softwareWikipedia

Search complete. 48 mentions across 17 episodes found for "Bash".

Sep 17, 2026

Paul ThurrottHOST
16:11
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.
Paul ThurrottHOST
16:20
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.
Paul ThurrottHOST
16:28
Um, so yeah, we did the terminal one, and then, uh, yeah, I guess that's actually most of it.
Paul ThurrottHOST
16:32
So end task, um, for everybody.
Paul ThurrottHOST
16:11
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.
Paul ThurrottHOST
16:20
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.
Paul ThurrottHOST
16:28
Um, so yeah, we see the terminal one and then, uh, yeah, I guess that's actually most of it.
Paul ThurrottHOST
16:32
So end task, um, for everybody.
Jan AltenbergGUEST
31:08
That doesn't make any sense at all.
Jan AltenbergGUEST
31:09
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.
Jan AltenbergGUEST
31:33
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
Jonathan BennettHOST
31:57
Yeah, I have said for a long time that...
Nicolay GeroldGUEST
21:08
And this allows you to basically figure out how or create a set of tools which should be very composable.
Nicolay GeroldGUEST
21:17
And this is what makes Bash so good.
Nicolay GeroldGUEST
21:20
Because it's really composable and allows you to do a lot.
Nicolay GeroldGUEST
21:25
But usually you want some additional stuff on top of that.
Nicolay GeroldGUEST
21:36
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.
Nicolay GeroldGUEST
21:43
You can't just give it a bash tool.
Nicolay GeroldGUEST
21:45
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.
Nicolay GeroldGUEST
21:56
And this also gives the model the capability to actually filter more because it can grab on top of it.
Olivier VerninGUEST
2:52
... which is kind of, um, the closest, I would say, um, project for what it does.
Olivier VerninGUEST
2:58
And otherwise, it's just Bash script, Bash scripts, Python script, and so on.
Jonathan BennettHOST
3:01
[laughs]
Olivier VerninGUEST
3:02
So, so it's, it's, it's kind of sit between the two
Jonathan BennettHOST
3:04
It's amazing to me to see, like, how much of the world is run by nothing more than a pile of Bash scripts.
Olivier VerninGUEST
3:11
[laughs] Yeah, exactly.
Olivier VerninGUEST
3:13
And it's like, yeah, Ba- Bash is really awesome, um-
Jonathan BennettHOST
3:15
No, yeah

Unknown podcast

Archiving Audio Assets: Keep Your Production Sounds Safe, Licensed, and Findable—The Sound Stock Way

Sep 7 · 1 Mention

TonyHOST
11:43
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.
TonyHOST
11:51
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.
TonyHOST
12:07
A well-written script should log each sync event with timestamp, file size, and success status.
TonyHOST
12:13
Turning silent backups into actionable records you can audit later if a version goes missing.
Jeff MassieHOST
91:04
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.
Jonathan BennettHOST
91:13
Yeah, it's like a for loop on ba- in Bash.
Jeff MassieHOST
91:16
Kinda.
Jonathan BennettHOST
91:17
Yeah.
Jeff MassieHOST
91:26
It's built in.
Jonathan BennettHOST
91:28
Mm-hmm.
Jonathan BennettHOST
91:29
Is it, is it actually a Bash built-in?
Jeff MassieHOST
91:32
Uh, not...
Rob AllenGUEST
16:31
What it does on your computer, the scripts it runs, the programs it call.
Rob AllenGUEST
16:34
I mean, one minute it's running PowerShell, next minute it's Bash, next minute it's Git, next minute it's God knows.
Rob AllenGUEST
16:40
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.
Rob AllenGUEST
16:52
So that presents real challenges for organizations.
Benjamin SamuelsGUEST
62:23
But in scripting language, you can't go wrong with Python.
Benjamin SamuelsGUEST
62:28
I just wish that you could use Python in the same way that you use Bash.
Benjamin SamuelsGUEST
62:33
If Python was as ubiquitous and easy to use as Bash, I feel like the world would be a lot cleaner.
Jonathan BennettHOST
62:39
Yeah.
Jonathan BennettHOST
62:41
It was almost there, and then we had to do the whole Python 2 to Python 3 thing.
Jonathan BennettHOST
62:45
It's terrible.
Jonathan BennettHOST
62:45
We're still recovering from that.
Benjamin SamuelsGUEST
62:47
I literally cannot remember how to do a for loop in Bash for my life.
James TurnerHOST
0:38
And what that does right out of the box is strip away tools that execute arbitrary code or commands.
James TurnerHOST
0:44
So Bash and WebFetch are completely disabled by default.
Lachlan ReidHOST
0:48
Exactly.
Lachlan ReidHOST
0:48
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.

We value your privacy

We use cookies to understand how you use our platform and to improve your experience. Click “Accept All” to consent, or “Decline non-essential” to opt out of non-essential cookies. Read our Privacy Policy.