|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Changing only the first space to a tab in a space delimited text file
Hi,
I have a space delimited text file but I only want to change the first space to a tab and keep the rest of the spaces intact. How do I go about doing that? Thanks! |
| Sponsored Links | ||
|
|
#2
|
||||
|
||||
|
What have you tried so far?
|
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
You are posting 4th question so far.! I am not sure of this number!!
![]() I bet you could do this by yourself ![]() |
|
#4
|
|||
|
|||
|
Code:
:%s/<space>/<tab>/ |
| The Following User Says Thank You to Vi-Curious For This Useful Post: | ||
evelibertine (01-24-2013) | ||
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to echo space or tab delimited values into rows? | adshocker | UNIX for Dummies Questions & Answers | 5 | 07-19-2011 07:38 AM |
| Deleting columns from a space delimited text file | evelibertine | UNIX for Dummies Questions & Answers | 3 | 05-31-2011 05:47 PM |
| Merging files into a single tab delimited file with a space separating | Lucky Ali | Shell Programming and Scripting | 3 | 11-14-2009 01:10 PM |
| Converting Space delimited file to Tab delimited file | jeevs81 | UNIX for Dummies Questions & Answers | 16 | 02-26-2009 01:49 AM |
| Searching for text in a Space delimited File | andyblaylock | UNIX for Dummies Questions & Answers | 6 | 11-27-2007 06:33 PM |
|
|