Home » Unlabelled » What is parsing? | UNIX Interview Questions
Monday, 11 November 2013
What is parsing? | UNIX Interview Questions
Parsing is the process of breaking up of a command line into words. This is made possible by using delimiters and spaces. In the event that tabs or multiple spaces are part of the command, these are eventually replaced by a single space.
No comments:
Post a Comment