Nobody's going to learn the bash terminal unless they are some basement dweller who lives on their PC. Even people who use their PC for work aren't going to fuck around with stuff like that. The terminal went away in the early 1990s on Windows and Mac because it's trash and linux hasn't evolved with them.
>>107735080Correct, but still brown esl.
I am aware normies are dumb and scared of things that require effort, yes.
>>107735080Then they get the smelly poo stained future they deserve
>>107735080bash has to be the most awful shell syntax ever invented. i can't believe freetards still worship that pedantic nigger trash in 2026
>>107735080i use linux and bash at work all the time thought. sysadmin
>>107735080Already done. Switch 2 acquired, Debian 13 installed.What's next, OP?
So Lintrannies, how do you do this in BASH?Get-ChildItem -Recurse -LiteralPath "videos" | Where-Object { @(".mp4", ".mkv") -Contains $_.Extension } | ForEach-Object { Write-Host "do some ffmpeg bullshit with $($_.FullName)" }
Get-ChildItem -Recurse -LiteralPath "videos" | Where-Object { @(".mp4", ".mkv") -Contains $_.Extension } | ForEach-Object { Write-Host "do some ffmpeg bullshit with $($_.FullName)" }
>>107736185find videos \( -name "*.mp4" -o -name "*.mkv" \) -exec ffmpeg -i {} blah blah blah \;
find videos \( -name "*.mp4" -o -name "*.mkv" \) -exec ffmpeg -i {} blah blah blah \;
>>107736185>Get-ChildItem>Write-HostThe names of PowerShell commands enrage me.
Izzat farming thread DNI
>>107736185>>107736316>type more than twice as much to do the same taskThis is why I hate PowerShell and avoid it unless the only other option is cmd.
>>107735080Saarnix is good please use it.