Thank you for sharing the video, sir. I really need that video. You explained each topic and examples very well and in detailed. Sed is a bit complicated topic but the way you explain, it became easier for me to understand.
The video contains so many examples of sed commands along with t, T , b , also labels which clarifies the whole concept and helps build multiple approaches to a problem.Thank you so much sir for the systematic explanation. Really grateful🙏.
Thank you, sir, for such an amazing tutorial! The explanation of `sed` branching and looping concepts was clear and insightful. Learning about assigning two branches to a single label was a new for me. The example [echo -e "apple cherry banana apple tart" | sed '2b branch; s/apple/peach /; t branch; s/cherry/berry/; :branch'] really helped clarify how branching works. Your way of teaching makes complex topics easy to grasp.
Thankyou sir for this video as sed is very powerful command your explanation is very simple and understandable flag is very advance topic of sed thankyou for the video sir 🙏
This video is really very helpful in learning new concepts i.e., looping, branching, labelling in sed command. Thank you so much sir for sharing this video. 🙏🏻
video was starting good. But I find wrong explanations starting from 19:40. 't' was mixed up with 'T'. So it became confusing. Nevertheless, got the concepts.
Usage of T has been correctly explained, T label branching won't run when prev sed substitution is succesful. I dont see any problem with what you are trying to tell. Please go thru with the concepts again. Good luck.
@@learnAlongWithAsh isn't it small t you are referring to? Capital T branching does run when substitution is successful right? Or am i missing something here? I got confused when you mentioned capital T will not execute ( 20:39) if previous substitution is successful
Thank you for sharing the video, sir. I really need that video. You explained each topic and examples very well and in detailed. Sed is a bit complicated topic but the way you explain, it became easier for me to understand.
The video contains so many examples of sed commands along with t, T , b , also labels which clarifies the whole concept and helps build multiple approaches to a problem.Thank you so much sir for the systematic explanation. Really grateful🙏.
Thank you, sir, for such an amazing tutorial! The explanation of `sed` branching and looping concepts was clear and insightful. Learning about assigning two branches to a single label was a new for me.
The example [echo -e "apple
cherry
banana
apple tart" | sed '2b branch; s/apple/peach /; t branch; s/cherry/berry/; :branch']
really helped clarify how branching works. Your way of teaching makes complex topics easy to grasp.
The video having several examples really increased the quality of learning. Thank you !
Thank you sir. This video is highly informative. All doubts related to looping, branching and labels are cleared in a single video. Thank you sir.
Thank you sir, this session made the concept of branches and labels much crystal clear.
Very helpful video in clearing sed command : branch, labels also the examples are clearing every doubt. Thanku sir for this video.
Branch,label and loops are perfectly explained .Thanks a lot sir
very helpful content on sed command and the way you teach t and T cmd i understand very eailsy. Thanks sir for uploading such content....
Thank you for the highly insightful session, sir.
Thankyou sir very informative video about SED 🙏
Thank you sir, the examples made the concept easier to understand
Thankyou sir for this video as sed is very powerful command your explanation is very simple and understandable flag is very advance topic of sed thankyou for the video sir 🙏
This video is really helpful and have the usage of best examples ...thnku for ur efforts
This video is really very helpful in learning new concepts i.e., looping, branching, labelling in sed command.
Thank you so much sir for sharing this video. 🙏🏻
Very helpful content ...thank you sir for such a useful video
The video is really helpful and cleared all tge concept related to sed.Thank u sir
A very helpful content.Thank you sir .
Thank you sir for this video , really helpful ,deep and up to the point🙏
Thank you sir for this video, it was very insightful and each topic was explained properly.
Thank you sir this video is very helpful for clearing concept of sed cmd
Thankyou sir, this video really helped a lot in clearing the concept of branch.
Thank You Sir for this video, it is very helpful.🙏🙏
Very helpful video, thanks a lot! Keep up the good work!
This video is very useful for me ❤
video was starting good. But I find wrong explanations starting from 19:40. 't' was mixed up with 'T'. So it became confusing. Nevertheless, got the concepts.
Usage of T has been correctly explained, T label branching won't run when prev sed substitution is succesful. I dont see any problem with what you are trying to tell.
Please go thru with the concepts again.
Good luck.
@@learnAlongWithAsh isn't it small t you are referring to? Capital T branching does run when substitution is successful right? Or am i missing something here? I got confused when you mentioned capital T will not execute ( 20:39) if previous substitution is successful
Gem😊