I am new to unix and writing script to extract data in delimited file format.
want to use ^A as delimiter , can you please suggest how to type/insert it
Type Ctrl + V, then Ctrl + A.
According to your system configuration, you may need to type other key sequence. Check the output of stty -a
, especially lnext
:
$ stty -a | grep lnext
lnext = ^V; flush = ^O; min = 1; time = 0;
^^^^^^^^^^
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With