rommantech.hashnode.devTokenizationAs explained in the previous post Command Line Process, bash undergoes many steps when a command is entered. The first step is reading the input, and the second is tokenization. In this blog, we will dive in and discuss tokenization. Why Should I Und...Feb 1·3 min read
rommantech.hashnode.devUnderstanding the Bash Command Line ProcessOverview You’re trying to troubleshoot a ticket and you’re reading logs. Because of your amazing skills, you come up with a complex compound command. Then you think to yourself, how does the bash terminal understand the command? The bash terminal goe...Jan 28·2 min read