Shell Script tutorials - 17 - How to Convert a String to SubString - String Manipulation (In Hindi)

preview_player
Показать описание
Join this channel to get access to perks:

Рекомендации по теме
Комментарии
Автор

this playlist is really helpful, making very easy to learn shell, Thank You

indianmonk
Автор

your efforts are priceless, how you explain the concepts in details. thank you!

akshaysuryawanshi
Автор

you have explained all concepts in details, really helpful👍👋

priyankayadav-zibg
Автор

difficult to remember the syntax for all

dattabhabal
Автор

Bhai, any advice for the naming convention for folder names? If yes, please suggest that would be good practice for all of us initially.

jahangiralikhan
Автор

${string#a*c} we are actually removing the shortest match and printing the remaining string, right? And is it must that the string should start with a? Can the same happen if it is, let's say, lmnopabcxyz? Will it print lmnopxyz?

KusumSharma-ziip
Автор

08:47 so basically you're trying to say if we use ${string#} it means next char we provide should be the first char in string? let say if I've provided ${string#a*c} so my string should start from a.
and if we use ${string%b*c} our string should end with c?

animeshjain
visit shbcf.ru