Glad you enjoyed it ! Kindly Share this channel in your known or professional circle !
@jahnuchoudhury66778 ай бұрын
I think your explanation is not correct @10:05. catch command always returns 1 if there is error. So the first if loop is not executed because the catch command was returning 0 and there is no issue with the exec command. And inside the else loop catch [exec pwd] is throwing error. that's why it is retruning 1 and else loop is executing.
@TechSimplifiedTV8 ай бұрын
Can you send the modified code with explicit print/puts command, as done by you, at connect@techsimplifiedtv.in
@jahnuchoudhury66778 ай бұрын
@@TechSimplifiedTV sure .. sending it
@shendocodm519610 ай бұрын
Could you explain why in IF_Block1 if statement you use catch {exec pwd} ret but in else you use catch [exec pwd]. It leads to different result. When you catch {} the result is 0 and when you catch [] the result is 1 ? Thank you Sir
@TechSimplifiedTV10 ай бұрын
Thanks for asking ! Will plan some QnA episode based on your question ! Whats your name ?
@shendocodm519610 ай бұрын
@@TechSimplifiedTV My name is Quoc Thai , i am from VietNam Sir
@shendocodm519610 ай бұрын
@@TechSimplifiedTV thank you so much sir
@TechSimplifiedTV7 ай бұрын
You're welcome 😊 ! It seems The Videos Helped You ! Please share this channel in your known or professional circle to spread the help to other also !
@venkateshchanda17132 жыл бұрын
sir,can you please do a video on how to modify a mathematical expressions in a given file using regexp
@TechSimplifiedTV2 жыл бұрын
Can you share some of the example of such mathematical equation in this email : connect@techsimpllifedtv[dot]in
@TechSimplifiedTV2 жыл бұрын
replace [dot] with .
@venkateshchanda17132 жыл бұрын
@@TechSimplifiedTV Please provide a correct mail-id
@TechSimplifiedTV2 жыл бұрын
you can find it in the channel description page. Do-NOt-Send email to business email.
@krishnakittu66373 жыл бұрын
Sir, One more request till now TCL is almost completed in the TCL series now if possible can you give some industry based assignments so we can mention them as an projects in our resume once we were able to do it.
@TechSimplifiedTV3 жыл бұрын
One Assignment Aligned with Industry Need => Can you recreate this TCL ? : kzbin.info/www/bejne/pqS6hZSLacidhrc
@krishnakittu66373 жыл бұрын
@@TechSimplifiedTV Yes sir, I have tried but unable to install unrar and magic image packages in Windows
@TechSimplifiedTV3 жыл бұрын
You can use any VM in windows to install Ubuntu & then proceed . FYI : kzbin.info/www/bejne/rmawmayans-Ko8U
@TechSimplifiedTV3 жыл бұрын
This exercise has to be done in Linux Only !
@krishnakittu66373 жыл бұрын
Why for every namespace we will use eval ?
@TechSimplifiedTV3 жыл бұрын
Hi Krishna , This Time Can you Find out the Answer & Reply back ? Asking because this will make your Learning Curve Sharp !
@krishnakittu66373 жыл бұрын
@@TechSimplifiedTV Sir, as per my understanding using eval we can create new commands in the same way we are using eval with namespace because the namespaces are like implementing a particular function its like a new command that we are creating so we are using eval command when creating a namespace. (Correct me If I am wrong)