I only came to this video to see how to use find for a purpose like your 14th example. I am very grateful of how knowledgeable and clear you are! I thought it was such a useful and interesting nugget of knowledge you had about the xarg option being efficient and needing to use -0 to avoid the default behaviour of using spaces as delimiters. I also like how you explained that the {} was a placeholder for each result. You have more certainly earned my subscription. I also appreciate you using a background track instead of just you talking. Also nice how you took the time to demonstrate examples.
Wow !!! Extremely good video and well explained anyone working in Linux Find command is the most useful command. I rarely do comment in any video but this is amazing. Thanks for sharing the knowledge.
Thanks Krishna for your feedback. Please subscribe to the tutorial for update notification. You can watch other video tutorials at @channel/UCpVwxSsr4nzO2L_RndO74uw. We are working on the updates.
KriShna LOdhi Important notification: Linux Tutorials Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe. (PlayList) th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html (Channel) th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
+Linux Tutorial I am excited to share that we have launched an android app for our youtube channel. Now you can access your favorite Linux tutorial on android app as well. Following is the first look. Please download and share your feedback.Google Play Store Url:- play.google.com/store/apps/details?id=com.invensini.UTL Features:- 1. Linux/Unix Video Tutorials 2. Quick References 3. Linux/Unix Video Playlist. 4. Weekly Linux Video Topics are added 5. Regular updates in Quick Reference Section 6. Weekly addition in the Video Playlist 7. Share application on social networking sites. 8. You can share feedback or queries on the mail-id given in the feedback section. 9. Easy Design to access video or any information swiftly. 10 Material Design with tone down approach apt for students & learning partners. Please download and rate 5 star and comment for encouraging us. Now That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
Hi in Point 19, for deleting empty directories, it should be file type d right, instead of f. find . -type d -empty - exec rm -rf {} \; correct me if i am wrong. :)
+VISHNU PRASAD SAKHAMURI I am excited to share that we have launched an android app for our youtube channel. Now you can access your favorite Linux tutorial on android app as well. Following is the first look. Please download and share your feedback.Google Play Store Url:- play.google.com/store/apps/details?id=com.invensini.UTL Features:- 1. Linux/Unix Video Tutorials 2. Quick References 3. Linux/Unix Video Playlist. 4. Weekly Linux Video Topics are added 5. Regular updates in Quick Reference Section 6. Weekly addition in the Video Playlist 7. Share application on social networking sites. 8. You can share feedback or queries on the mail-id given in the feedback section. 9. Easy Design to access video or any information swiftly. 10 Material Design with tone down approach apt for students & learning partners. Please download and rate 5 star and comment for encouraging us. Now That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
Sanjeeva Teja Important notification: Linux Tutorials Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe. (PlayList) th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html (Channel) th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
+Linux Tutorial I am excited to share that we have launched an android app for our youtube channel. Now you can access your favorite Linux tutorial on android app as well. Following is the first look. Please download and share your feedback.Google Play Store Url:- play.google.com/store/apps/details?id=com.invensini.UTL Features:- 1. Linux/Unix Video Tutorials 2. Quick References 3. Linux/Unix Video Playlist. 4. Weekly Linux Video Topics are added 5. Regular updates in Quick Reference Section 6. Weekly addition in the Video Playlist 7. Share application on social networking sites. 8. You can share feedback or queries on the mail-id given in the feedback section. 9. Easy Design to access video or any information swiftly. 10 Material Design with tone down approach apt for students & learning partners. Please download and rate 5 star and comment for encouraging us. Now That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
tyro tube Important notification: Linux Tutorials Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe. (PlayList) th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html (Channel) th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
a nice one.. kudos... I have one question that how can we copy these files (listed by find command) to another directory? some thing like below: find -maxdepth 1 -type f \( -name "*.xls" -o -name "*.xlsx" \) -execute cp {} ./xlsTarget/
SunsetNova Important notification: Linux Tutorials Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe. (PlayList) th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html (Channel) th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
AL Corona Important notification: Linux Tutorials Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe. (PlayList) th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html (Channel) th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
+Linux Tutorial I am excited to share that we have launched an android app for our youtube channel. Now you can access your favorite Linux tutorial on android app as well. Following is the first look. Please download and share your feedback.Google Play Store Url:- play.google.com/store/apps/details?id=com.invensini.UTL Features:- 1. Linux/Unix Video Tutorials 2. Quick References 3. Linux/Unix Video Playlist. 4. Weekly Linux Video Topics are added 5. Regular updates in Quick Reference Section 6. Weekly addition in the Video Playlist 7. Share application on social networking sites. 8. You can share feedback or queries on the mail-id given in the feedback section. 9. Easy Design to access video or any information swiftly. 10 Material Design with tone down approach apt for students & learning partners. Please download and rate 5 star and comment for encouraging us. Now That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
$find / -type d -empty > find-output.txt (">" is the indirection operator. You are directing the output to a file called "find-output.txt" ~hope this helps
I am having problems using multiple conditions with find, particularly including "-prune". For example, if I want to print a list of all regular files and directories below / but leave out /dev and /proc. find / \( -type f -o -type d \) -print works, and will print out only files and directories, but it includes /dev. find / \( -type f -o -type d \) -prune /dev fails, as does find / \( -type f -o -type d \) -a -prune /dev Suggestions?
+Diptikant Maharana I am excited to share that we have launched an android app for our youtube channel. Now you can access your favorite Linux tutorial on android app as well. Following is the first look. Please download and share your feedback.Google Play Store Url:- play.google.com/store/apps/details?id=com.invensini.UTL Features:- 1. Linux/Unix Video Tutorials 2. Quick References 3. Linux/Unix Video Playlist. 4. Weekly Linux Video Topics are added 5. Regular updates in Quick Reference Section 6. Weekly addition in the Video Playlist 7. Share application on social networking sites. 8. You can share feedback or queries on the mail-id given in the feedback section. 9. Easy Design to access video or any information swiftly. 10 Material Design with tone down approach apt for students & learning partners. Please download and rate 5 star and comment for encouraging us. Now That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
Parvesh Soni Important notification: Linux Tutorials Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe. (PlayList) th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html (Channel) th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
+Brendan O'Shea Thanks Brendan for your feedback. I am excited to share that we have launched an android app for our youtube channel and a dedicated website to linux tutorials. Now you can access your favorite Linux tutorial on android app as well. You can access the ppt from android app. Following is the first look. Please download and share your feedback. Google Play Store Url:- Android App:- play.google.com/store/apps/details?id=com.invensini.UTL Linux Website:- www.linuxpull.com Please download and rate 5 star and comment for encouraging us. Now, That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
Dear Sir, no any os can beat windows, even you are also using the windows for this video, you can promote unix- linux, but its anyone can attack bcz its version of open OS...
Rohit Sachan Thanks for your feedback. Please subscribe to the tutorial for update notification. You can watch other video tutorials at @channel/UCpVwxSsr4nzO2L_RndO74uw. We are working on the updates
Rohit Sachan Important notification: Linux Tutorials Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe. (PlayList) th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html (Channel) th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
+Linux Tutorial I am excited to share that we have launched an android app for our youtube channel. Now you can access your favorite Linux tutorial on android app as well. Following is the first look. Please download and share your feedback.Google Play Store Url:- play.google.com/store/apps/details?id=com.invensini.UTL Features:- 1. Linux/Unix Video Tutorials 2. Quick References 3. Linux/Unix Video Playlist. 4. Weekly Linux Video Topics are added 5. Regular updates in Quick Reference Section 6. Weekly addition in the Video Playlist 7. Share application on social networking sites. 8. You can share feedback or queries on the mail-id given in the feedback section. 9. Easy Design to access video or any information swiftly. 10 Material Design with tone down approach apt for students & learning partners. Please download and rate 5 star and comment for encouraging us. Now That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
Seems to be a good instruction, but I never will understand why especially instructors form India or similar origin do show often PowerPoint presentations in the production interface. What the hell is riding you to make them do that? No one wants to see your PowerPoint in the state you use it to produce a presentation. You are using less than the half screen for the informational text, you want to show, and I have to use a screen magnification glass to read the text. Why? I've seen this several times, most by instructors with an accent form India. It's a mysterium. Anyway: THX for your video! :-)
i have learnt find command within no time....such a wonderful tutorial ...recommented to everyone..
I only came to this video to see how to use find for a purpose like your 14th example. I am very grateful of how knowledgeable and clear you are! I thought it was such a useful and interesting nugget of knowledge you had about the xarg option being efficient and needing to use -0 to avoid the default behaviour of using spaces as delimiters. I also like how you explained that the {} was a placeholder for each result.
You have more certainly earned my subscription. I also appreciate you using a background track instead of just you talking. Also nice how you took the time to demonstrate examples.
The explanation was very good and you have covered so many options for FIND. Thanks a lot.
Wow !!! Extremely good video and well explained anyone working in Linux Find command is the most useful command. I rarely do comment in any video but this is amazing. Thanks for sharing the knowledge.
Grate Job... Thank you very much more detailed and excellent video.....
one of the best tutorial ..exceptional content ....good job dude
Can the -exec option be used to run more than one command on the results of the search?
If yes, please provide a sample command line.
Thank you.
is it correct you mentioned to delete all empty directories we have to use -type f in the find command
Highly useful and very nicely explained ... please do share some more good videos on Linux
This tutorial is one of the best.please post more tutorial for us.
just like LVM,ACL, server part.
thanks a lot.
Thanks Krishna for your feedback. Please subscribe to the tutorial for update notification. You can watch other video tutorials at @channel/UCpVwxSsr4nzO2L_RndO74uw. We are working on the updates.
KriShna LOdhi
Important notification: Linux Tutorials
Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe.
(PlayList)
th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html
(Channel)
th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
+Linux Tutorial
I am excited to share that we have launched an android app for our youtube channel. Now you can access your favorite Linux tutorial on android app as well. Following is the first look. Please download and share your feedback.Google Play Store Url:-
play.google.com/store/apps/details?id=com.invensini.UTL
Features:-
1. Linux/Unix Video Tutorials
2. Quick References
3. Linux/Unix Video Playlist.
4. Weekly Linux Video Topics are added
5. Regular updates in Quick Reference Section
6. Weekly addition in the Video Playlist
7. Share application on social networking sites.
8. You can share feedback or queries on the mail-id given in the feedback section.
9. Easy Design to access video or any information swiftly.
10 Material Design with tone down approach apt for students & learning partners.
Please download and rate 5 star and comment for encouraging us. Now That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
Hi
in Point 19, for deleting empty directories,
it should be file type d right, instead of f.
find . -type d -empty - exec rm -rf {} \;
correct me if i am wrong. :)
+VISHNU PRASAD SAKHAMURI
I am excited to share that we have launched an android app for our youtube channel. Now you can access your favorite Linux tutorial on android app as well. Following is the first look. Please download and share your feedback.Google Play Store Url:-
play.google.com/store/apps/details?id=com.invensini.UTL
Features:-
1. Linux/Unix Video Tutorials
2. Quick References
3. Linux/Unix Video Playlist.
4. Weekly Linux Video Topics are added
5. Regular updates in Quick Reference Section
6. Weekly addition in the Video Playlist
7. Share application on social networking sites.
8. You can share feedback or queries on the mail-id given in the feedback section.
9. Easy Design to access video or any information swiftly.
10 Material Design with tone down approach apt for students & learning partners.
Please download and rate 5 star and comment for encouraging us. Now That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
Very Nice tutorial.. Recommended for every on who wants their code in efficient and effective manner :)
Sanjeeva Teja
Important notification: Linux Tutorials
Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe.
(PlayList)
th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html
(Channel)
th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
+Linux Tutorial
I am excited to share that we have launched an android app for our youtube channel. Now you can access your favorite Linux tutorial on android app as well. Following is the first look. Please download and share your feedback.Google Play Store Url:-
play.google.com/store/apps/details?id=com.invensini.UTL
Features:-
1. Linux/Unix Video Tutorials
2. Quick References
3. Linux/Unix Video Playlist.
4. Weekly Linux Video Topics are added
5. Regular updates in Quick Reference Section
6. Weekly addition in the Video Playlist
7. Share application on social networking sites.
8. You can share feedback or queries on the mail-id given in the feedback section.
9. Easy Design to access video or any information swiftly.
10 Material Design with tone down approach apt for students & learning partners.
Please download and rate 5 star and comment for encouraging us. Now That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
Nice explanation..great stuff
could u provide your softcopy of your linux tutorials plz
very .very good .well explain greeting from spain ,this show how well you control this command and linux in general .thank you
tyro tube
Important notification: Linux Tutorials
Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe.
(PlayList)
th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html
(Channel)
th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
a nice one.. kudos...
I have one question that how can we copy these files (listed by find command) to another directory?
some thing like below:
find -maxdepth 1 -type f \( -name "*.xls" -o -name "*.xlsx" \) -execute cp {} ./xlsTarget/
find . -type f -empty -exec cp {} ../ \;
find . -type f --perm 0777 -exec cp {} ../ \;
Fantastic tutorial keep them coming.
SunsetNova
Important notification: Linux Tutorials
Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe.
(PlayList)
th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html
(Channel)
th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
Very helpful and clearly explained. Thank you very much, sir!
extremely helpful tutorial...must watch..
amazing. Very well explained. Saludos from Los Angeles, California. thank you.
AL Corona
Important notification: Linux Tutorials
Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe.
(PlayList)
th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html
(Channel)
th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
+Linux Tutorial
I am excited to share that we have launched an android app for our youtube channel. Now you can access your favorite Linux tutorial on android app as well. Following is the first look. Please download and share your feedback.Google Play Store Url:-
play.google.com/store/apps/details?id=com.invensini.UTL
Features:-
1. Linux/Unix Video Tutorials
2. Quick References
3. Linux/Unix Video Playlist.
4. Weekly Linux Video Topics are added
5. Regular updates in Quick Reference Section
6. Weekly addition in the Video Playlist
7. Share application on social networking sites.
8. You can share feedback or queries on the mail-id given in the feedback section.
9. Easy Design to access video or any information swiftly.
10 Material Design with tone down approach apt for students & learning partners.
Please download and rate 5 star and comment for encouraging us. Now That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
Account Terminated!!!
Thanks for this video. Very helpful 🙂
hi, how to save the filename of find command results in a file
$find / -type d -empty > find-output.txt (">" is the indirection operator. You are directing the output to a file called "find-output.txt"
~hope this helps
Redirect the output to some file
I am having problems using multiple conditions with find, particularly including "-prune". For example, if I want to print a list of all regular files and directories below / but leave out /dev and /proc.
find / \( -type f -o -type d \) -print works, and will print out only files and directories, but it includes /dev.
find / \( -type f -o -type d \) -prune /dev fails, as does
find / \( -type f -o -type d \) -a -prune /dev
Suggestions?
This was really helpful. Can you please explain cpio, tar and other commands used in managing files. Thanks in advance.
Thanks Sameera for your appreciation.
Linux Tutorial can you send me this powerpoint presentation ? vasikogrigolaia@gmail.com pls
Amazing VDO and beautifully explained.
Thank you so much.
+Diptikant Maharana
I am excited to share that we have launched an android app for our youtube channel. Now you can access your favorite Linux tutorial on android app as well. Following is the first look. Please download and share your feedback.Google Play Store Url:-
play.google.com/store/apps/details?id=com.invensini.UTL
Features:-
1. Linux/Unix Video Tutorials
2. Quick References
3. Linux/Unix Video Playlist.
4. Weekly Linux Video Topics are added
5. Regular updates in Quick Reference Section
6. Weekly addition in the Video Playlist
7. Share application on social networking sites.
8. You can share feedback or queries on the mail-id given in the feedback section.
9. Easy Design to access video or any information swiftly.
10 Material Design with tone down approach apt for students & learning partners.
Please download and rate 5 star and comment for encouraging us. Now That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
best explanation....
is it possible to have the ppt
must watch very helpful.....thank u for uploadind this video.
Good tutorial, can I have the ppt in this video? Thank you very much
Thanks, good piece of information but I suggest not to put background music, it is quite tiring
Really Useful
Great work :) Thanks
Please provide awk command tutorial link
Parvesh Soni
Important notification: Linux Tutorials
Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe.
(PlayList)
th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html
(Channel)
th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
Amazing tutorial..gonna subscribe u
many thanks!!
+Brendan O'Shea
Thanks Brendan for your feedback. I am excited to share that we have launched an android app for our youtube channel and a dedicated website to linux tutorials. Now you can access your favorite Linux tutorial on android app as well. You can access the ppt from android app. Following is the first look. Please download and share your feedback.
Google Play Store Url:-
Android App:-
play.google.com/store/apps/details?id=com.invensini.UTL
Linux Website:-
www.linuxpull.com
Please download and rate 5 star and comment for encouraging us. Now, That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
Very nice sir
Dear Sir,
no any os can beat windows, even you are also using the windows for this video, you can promote unix- linux, but its anyone can attack bcz its version of open OS...
excellent
do make this type of tutorial
Good one
SUID is permissions 4000+
SGID is 2000+
Sticky is 1000+
Very nice
Make for cut awk
Check out 19 no example...
please give document
:)) kya baat hai...
nice
Thanks Rohit
Rohit Sachan
Thanks for your feedback. Please subscribe to the tutorial for update notification. You can watch other video tutorials at @channel/UCpVwxSsr4nzO2L_RndO74uw. We are working on the updates
Rohit Sachan
Important notification: Linux Tutorials
Due to technical reasons this channel will shut down in few days. All existing subscribers are advised to subscribe to my new channel for Ultimate Linux Tutorials with existing and a lot more new tutorials. Please click on below urls for Ultimate Linux Tutorials and Subscribe.
(PlayList)
th-cam.com/play/PLVIoSf_L--JfRYE4swrlAKB6DdxQ-eRFp.html
(Channel)
th-cam.com/channels/n58SGUDUnUHRYKyNffHQrQ.html
+Linux Tutorial
I am excited to share that we have launched an android app for our youtube channel. Now you can access your favorite Linux tutorial on android app as well. Following is the first look. Please download and share your feedback.Google Play Store Url:-
play.google.com/store/apps/details?id=com.invensini.UTL
Features:-
1. Linux/Unix Video Tutorials
2. Quick References
3. Linux/Unix Video Playlist.
4. Weekly Linux Video Topics are added
5. Regular updates in Quick Reference Section
6. Weekly addition in the Video Playlist
7. Share application on social networking sites.
8. You can share feedback or queries on the mail-id given in the feedback section.
9. Easy Design to access video or any information swiftly.
10 Material Design with tone down approach apt for students & learning partners.
Please download and rate 5 star and comment for encouraging us. Now That i am finished with the app, I will be adding 2-3 videos every week. Thanks for your support.
Seems to be a good instruction, but I never will understand why especially instructors form India or similar origin do show often PowerPoint presentations in the production interface. What the hell is riding you to make them do that?
No one wants to see your PowerPoint in the state you use it to produce a presentation. You are using less than the half screen for the informational text, you want to show, and I have to use a screen magnification glass to read the text. Why? I've seen this several times, most by instructors with an accent form India. It's a mysterium.
Anyway: THX for your video! :-)
stop saying ok then you answer youself ok
Well, there is nobody else who says okay to him.
It is also a very good tutorial.
if you are make techincal video in HINDI lang....then >> (in india most people view your video).