Typing tab character on command-line

From Notes_Wiki
Revision as of 07:47, 27 August 2018 by Saurabh (talk | contribs)

<yambe:breadcrumb>Desktop_tips_and_tricks|Desktop tips and tricks</yambe:breadcrumb>

Typing tab character on command-line

To type tab character on command-line for example while supplying delimeter to cut one can use keys: <Ctrl>+V followed by <TAB> to type tab. The tab should be typed between double quotes(" ") so that shell does not treats it as white-space. If quotes are not desired then IFS can be changed so that tab is no longer field separator.



<yambe:breadcrumb>Desktop_tips_and_tricks|Desktop tips and tricks</yambe:breadcrumb>