Тёмный

VI EDITOR BASICS IN LINUX / UNIX || LEARN VI EDITOR COMMANDS || LINUX || UNIX 

Sundeep Saradhi Kanthety
Подписаться 624 тыс.
Просмотров 95 тыс.
50% 1

VI EDITOR
OPENING EDITOR
vi - editor will be opened without any filename
vi filename - editor will be opened with given filename
MODES OF VI EDITOR
command mode - pressing ESC
insert mode - pressing i / I
MOVING CURSOR WITHIN FILE
l - moving cursor towards left
h- moving cursor towards right
k-moving cursor up
j-moving cursor down
INSERTING TEXT
i-insert
a-insertion begin after cursor
A-insertion begins at end of line
o- inserts new line after cursor
O-inserts new line above cursor
COPY & PASTE
yy - copies the current line
p - paste the copied line
SAVE & QUIT
go to command mode by pressing ESC
:w - to save the content
:w filename - to save the content with filename
:q - quit the file
:q! - quit the file without saving the content
:wq - save the content and quit the file
----------------------------------------------------------------------------------------------------------------
LINUX TERMINAL (UBUNTU) IN WINDOWS 10 || HOW TO USE LINUX TERMINAL IN WINDOWS 10
• LINUX TERMINAL (UBUNTU...
HOW TO EXECUTE PROGRAMS (C & PYTHON) IN LINUX TERMINAL (UBUNTU) || UBUNTU
• HOW TO EXECUTE PROGRAM...

Опубликовано:

 

23 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 58   
@hybridshorts9278
@hybridshorts9278 2 года назад
Thank you so much sir for this wonderful session I am learning everything from you 🙏
@khushalitrivedi1927
@khushalitrivedi1927 2 года назад
Very helpful video...video description is also helpful...Thank you very much sir 🙏🙂
@quekrobin7098
@quekrobin7098 2 года назад
Thank you Teacher for all your teaching...i love IT so i m self learning from u but i m very new
@chiomachukwuma2859
@chiomachukwuma2859 9 месяцев назад
Tutorial made easy. Thank you!
@raju9176
@raju9176 2 года назад
Superb explanation with live execution
@katterapallisrinivas9895
@katterapallisrinivas9895 Год назад
Hi Saradhi garu, Can you prepare and share a class in Devops fundamentals....a macro view on all the tools and techniques that are used ...may be with the help of some block diagrams...thanks
@poison4936
@poison4936 2 года назад
Very helpful sir !.. thank you so much
@yamusaidrisadamu8632
@yamusaidrisadamu8632 Год назад
That's great Sir, very help full video. Thank you
@MAHI_NEWS_
@MAHI_NEWS_ Год назад
You didn't said how to Remove empty lines and how to erase text.while learning I got lot of empty lines , they are not removing by delete
@user-ux6bn9kf6q
@user-ux6bn9kf6q Год назад
Thank you soo much sir .I am learning so much in linux
@ullianilnaidu5995
@ullianilnaidu5995 2 года назад
reallly tq sir in project use the commands
@hindushasaragadam6865
@hindushasaragadam6865 2 года назад
Nice sir, thank you for sharing
@zerospace8056
@zerospace8056 2 года назад
when i am enterd in insert mode ofter that @esc was not working what is reason and what is the solution
@Hiteshoot
@Hiteshoot 2 года назад
thank you so much sir
@nareshdasari1258
@nareshdasari1258 Год назад
Thank you Sir...Nice explanation...
@saudbangi06
@saudbangi06 Год назад
How to erase something if written wrong ?? cause backspace just shits the cursor to the left
@Ananyanjana
@Ananyanjana 2 года назад
Thank you sir💗🙏
@pitchukavenkataabhilash3391
if we want to upload an image how can we upload using linux in a file..?
@veerangre6682
@veerangre6682 2 года назад
wonderful session bro..
@bamigboyepelumi4421
@bamigboyepelumi4421 2 года назад
thank you so much sir 🥰
@ChandanTeraBhai
@ChandanTeraBhai 2 года назад
Very helpful sir please keep posting..we are learning alot from you.. thanks 🙏
@nareshvangapally2223
@nareshvangapally2223 2 года назад
In vi editor open a file and press i it's go to insert mode and write a word and press escap it come in command mode in word cursor in last word again press i it will go insert mode how to give space word
@kunalkapoor3437
@kunalkapoor3437 2 года назад
Very beautiful session sir
@vamsikrish650
@vamsikrish650 2 года назад
IPC (inter process communication ) meedha network programming subject Unix continuation ga vati meedha kudha cheyandi . Nenu chala channels refer chesanu kani yeah channels veeti meedha video's cheyaledhu
@its_my_life143
@its_my_life143 2 года назад
Thank u bro
@bharathivamsharaj
@bharathivamsharaj Год назад
Thank you so much sir
@shivisaxena2798
@shivisaxena2798 Год назад
NYC.. I need it!
@JGBabu-ki6ih
@JGBabu-ki6ih Год назад
Thanks for explanation n what about R -replace command ?
@ahmetsagdasli48
@ahmetsagdasli48 10 месяцев назад
thank you
@atoyebiabdulazeez9700
@atoyebiabdulazeez9700 11 месяцев назад
Thanks ❤
@pratheekmanchikanti3978
@pratheekmanchikanti3978 11 месяцев назад
Sir class is very clear
@user-zk7dr1mo5s
@user-zk7dr1mo5s 4 месяца назад
very useful for first time learners
@abhay6276
@abhay6276 16 дней назад
sir, when i press i button showing replace option instead of Insert . I am unable to edit sir, please help me.
@bhupathim3928
@bhupathim3928 2 года назад
Hi Sir - Good Morning how many days to complete the Linux Course with oracle. And if you start new batch i will join . please let me know sir.
@RajeshRaj-px6cv
@RajeshRaj-px6cv 2 года назад
Sir please teach us complete Linux tutorials....
@rajendraneesu
@rajendraneesu 2 года назад
Super
@abc-ym4zs
@abc-ym4zs Год назад
Sir can I access files in window by using Linux commands please reply sir
@AMANYADAV-bd3cg
@AMANYADAV-bd3cg 2 года назад
aap bhut aache ho
@Funkaya
@Funkaya 5 месяцев назад
sir can you tell me how to replace the words in vi editor?
@atifpatel8815
@atifpatel8815 2 года назад
Hi sir, you explain everything is good but i am little bit confuse you said h: moving cursor towards right in note pad but you said on 4.11 to 4.14 h: moving cursor towards left side or l: moving cursor towards right side but note pas shown different , correct me if i am wrong.
@dinesh23ish
@dinesh23ish Год назад
Yes you are correct bro
@dhanushh2171
@dhanushh2171 28 дней назад
Command to delete or backspace to remove characters in Ubuntu OS sir
@moulisanjayponnusamy6495
@moulisanjayponnusamy6495 Год назад
thanku
@MohdSajid-ds4yi
@MohdSajid-ds4yi Год назад
Thanks
@kandisrikanth
@kandisrikanth 2 года назад
sir we need more commands on vim
@muddisettyharish7198
@muddisettyharish7198 2 года назад
Please tell me linux application name to download
@abhishekdhore1910
@abhishekdhore1910 2 года назад
what are block commands?
@olaska3503
@olaska3503 2 года назад
Great session on VI editor
@jagadeeshch2367
@jagadeeshch2367 2 года назад
Sir I'm unable to find insert...... By pressing i also can u plz suggest me
@sundeepsaradhi
@sundeepsaradhi 2 года назад
By pressing i you can change mode into insert
@harrymason1053
@harrymason1053 11 месяцев назад
Like anything, VI is ok if you know how to operate it but I forgot and had to reboot my computer to get out of the program. I had to get out of the program so that I could look up how to get out of it. That's what's wrong with VI. There are commands that are magic. Magic commands went out of favor. They were like Word for DOS.
@ajaydoddagatte5688
@ajaydoddagatte5688 19 дней назад
sir you have done a mistake while typing in notepad you explained h moves left and l moves right but u wrote reverse in notepad check it once
@mounika428
@mounika428 Год назад
Linux ki fresher ga opportunities thakkuva untai antunaru adhi nijamena sir
@hydrilara
@hydrilara 8 месяцев назад
Ledhu, whole system administrator Linux lone vuntundhi, Linux vaste, Windows shell commands kuda Ave, syntax koncham change vuntundhi.
@operaps8518
@operaps8518 2 года назад
Sir video editing gurichi video
@sundeepsaradhi
@sundeepsaradhi 2 года назад
You can reach me at 9515140494
@quest4nandy
@quest4nandy 2 месяца назад
playstore❎ microsoft store 👍
@subid.majumdar
@subid.majumdar 2 года назад
Help poor children in uganda
Далее
НОВАЯ ПАСХАЛКА В ЯНДЕКСЕ
00:20
Просмотров 1,4 млн
Vim Basics in 8 Minutes
8:57
Просмотров 528 тыс.
Linux File System/Structure Explained!
15:59
Просмотров 4 млн
60 Linux Commands you NEED to know (in 10 minutes)
10:50
7 AWESOME Linux Terminal Applications and Utilities
11:49
30 Vim commands you NEED TO KNOW (in just 10 minutes)
10:27
Top 10 Linux Job Interview Questions
16:04
Просмотров 2,3 млн