![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| RedirectMatch not working for files | geoscience | UNIX for Dummies Questions & Answers | 0 | 06-04-2008 02:02 AM |
| working with files | balireddy_77 | Shell Programming and Scripting | 4 | 07-17-2007 05:15 AM |
| Removing trailing spaces from delimited files | djkane | Shell Programming and Scripting | 6 | 03-29-2006 07:11 AM |
| Delimited files | hrshah74 | Shell Programming and Scripting | 4 | 02-01-2006 12:42 PM |
| Converting Tab delimited file to Comma delimited file in Unix | charan81 | Shell Programming and Scripting | 22 | 01-20-2006 09:24 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Working with Tab-Delimited files
I have a tab-Delimited file:
Eg: 'test' file contains: a<tab>b<tab>c<tab>.... Based on certain condition, I wanna increase the number of lines of this file.How do I do that Eg: If some value in the database is 1 then one line in 'test' file is fine.. If some value in the database is 2 then 2 lines in the 'test' file is required with the second line not matching the first line(this is req since i wanna perform a replace command later(Eg: replace 'a' with '1') Eg: 'test' file will then contain: a<tab>b<tab>c<tab>.... d<tab>e<tab>f<tab>.... i need to simulate this using a shell scripts..kindly help me.. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|