Difference between revisions of "Typing tab character on command-line"

From Notes_Wiki
(Created page with "<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 ...")
 
m
Line 3: Line 3:


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.
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>

Revision as of 07:47, 27 August 2018

<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>