Shell Scripting Tutorial-4: Create Files & Directories

preview_player
Показать описание

In this tutorial you'll learn to use 'touch' and 'mkdir' to create files and directories respectively.

You'll also learn to use 'cd' to change your working directory in the terminal.
Рекомендации по теме
Комментарии
Автор

People like you are what makes Youtube so awesome. Thx!

johnchampagne
Автор

Lmfao at "ignore these folders, especially bad santa in particular". Thanks a lot man, so far you have been great at explaining this.

chamataka
Автор

Clean presentation with good voice clarity.. Great! Keep it up!

zartabzeya
Автор

You know you are a life saver right. I'm currently taking a Linux class and i have been completely lost till now. Thanks.

dmtnaturalbliss
Автор

Definitely one the most comprehensive shell tutorials on youtube.

itsDespy
Автор

You are God
Thanks a lot
I was worried about this since I have 1 month for exams but you saved me
Thanks a lot 😢😢🙏🙏🙌🙌🙌❤

アシュトーシュ
Автор

Thanks for the great videos Madhur they really have helped a lot!

wmn
Автор

THANK YOU SO MUCH . You have explained it very patiently giving different examples.

hamidapremani
Автор

Just a suggestion, you should name it Linux/Unix Tutorials instead of Shell Scripting tutorials. When I had linux in last semester, I was looking for it, and at that time I was unaware of shell scripting. But now, I am aware of Shell, so found your channel.
Now, also, it's not late, and I am expecting I'll learn something useful.

RidiculousMohit
Автор

Thanks a lot bro!Really appreciate your help

sandipdey
Автор

Thanks sir nice work i really need it to clear my exam.

sameenatasneemshaikh
Автор

Hi Maduran, as i am new to this language i would like to know if this Shell Script is using for Tuxedo?

jeevithak
Автор

this was really helpful but i just want to know how to go back to a default directory from cd

torxio
Автор

Sir mkdir command come with some options. Have you covered that?? For example like mkdir -p "dir_name" and other options like -m, -v etc.

sushantpatil
Автор

Nice tutorial. Just one think....basic use of touch command is to update the access and modified timestamp of a (pre-existing) file.

MeetMalde
Автор

what if we want to change the path from home like if i want it to be any other say for example my computer?

jrpc-pak
Автор

What if I am practicing on an EC2 Linux machine
I am not able to find the home folder

hanzalasiddique
Автор

I love how you show that the folders and the empty txt files are being created in the home folder. 14weeks and my prof never showed us that

ryanschurton
Автор

What does it mean if i input: mkdir test, but output: mkdir fails for test, Read-only file system...?

infinitekai
Автор

To write to a file you can do:
echo 'file text' >> text

lenlen
visit shbcf.ru