Shell Scripting Tutorial-14: Convert & Copy Files With 'dd'

preview_player
Показать описание
'dd' can be used to change case of characters in a text file, to change the character encoding in text files and for a lot more cool things. In this tutorial you'll learn to use it.
Рекомендации по теме
Комментарии
Автор

Great work ! very clear and step by step explanation. whoever want to learn shell this is the best reference to start.

VivekKumar-kytm
Автор

really awesome...he been recording tutorials all night..really...i admire your energy

moinakhtarsalman
Автор

thanks for all your hard work, man. still watching, still learning. really appreciate the effort!

rockerhelgeson
Автор

Hi, Madhur! Just for the sake of making the text editing a lot easier, you could use the vim text editor, it is a lot more flexible and user-friendly. Other than that, I would like to commend you for your efforts in making this tutorial, I've learned a lot of things that I could use at work. My Linux toolbox just went a step higher. Cheers!

jeremybcenteno
Автор

I have learned a lot from your tutorial, Thanks a lot

Sense_of_Trades
Автор

Love your energy. Keep up the good work. I surely am benefiting from your work. Thank you.

islauddin
Автор

This tutorial is really helpful!!! I really enjoy it, I just come to know much about shell scripting. thx very much.

elfarik
Автор

Appreciation for effort Madhur! Would be great and time saving if you prepare the sample files being used in tutorial before recording. Just a feedback !

livesunil
Автор

How to download all these tutorials:
sudo apt-get install youtube-dl
youtube-dl [URL-to-playlist]
update phyton if neccesarry and make sure it's the right url.

muffinspuffinsEE
Автор

nice tutorial. May I know what software are you using to record the videos?

pvsrinivas
Автор

Could you do a tutorial on making iso files using the terminal and explain what they are please..

MrWaynemarshall
Автор

How do i change the European character encoding format file test2 to normal ASCII text ?

spandanpradhan
Автор

to create an ISO disk image from a CD-ROM
type
dd if=/dev/sr0 of=myCD.iso bs=2048 conv=noerror, sync

ashishrathore
visit shbcf.ru