Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@DeltaEvo
Ahahah, I meant cmd.exe. It's flawed in so many ways, but it can iterate through a list of files and do name substitution :) -
@agentQ
Yes, but I usually rely on just vanilla cmd, because most of the batch files are meant to run in a few hundred machines. -
DeltaEvo1197y@freeme convert come from imagemagick https://imagemagick.org/script/... it's the swiss army knife of image convertions
-
DeltaEvo1197y@maqdude It wasn't my computer so I couldn't install it (and even if it was my computer I wouldn't install it) because linux ftw
-
maqdude737y@DeltaEvo i understand that, but they were mentioning cygwin and shell/powershell.. i was wondering whether or not it would be possible with ubuntu shell on windows.. I assume it will be possible.
-
DeltaEvo1197y@maqdude Yes I think, i only used imagemagick so .... It can be even done with windows shell
-
Did this with 700+ mp3 files! They were in webm format I thought.
Ffmpeg in a loop and about 30 seconds later....
Voilà! -
Guys stop mentioning cmd that old piece of shit relic of the past. Use powershell. And it's not Linux powa, you can do it in windows too
-
messhias3557yYou could tell to your dad something like "Do not worry dad, I am a magician, that is because I was finished in 5 minutes :D"
Related Rants
-
gururaju53*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx65This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
-
creedasaurus60Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ...
My dad came with a windows laptop and asked me to convert a lot of jpg files to pdf on a usb stick (wtf?) he showed to me a tool on the laptop that convert files one by one ... and there is 58 jpg file.
Soooo I unpluged the usb key and pluged it into my linux laptop and ...
for f in *.JPG; do convert "$f" "pdf/$(basename "$f" .JPG).pdf"; done
My dad could not believe I had finished in 5 minutes
Linux Powaaaa !
undefined
linux powa
linux