![]() |
|
|
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 |
| concat const char * with char * | nicos | High Level Programming | 4 | 02-18-2009 01:01 PM |
| Adding a single char to a char pointer. | pallak7 | High Level Programming | 5 | 12-06-2008 11:46 PM |
| How to replace any char with newline char. | mightysam | Shell Programming and Scripting | 5 | 09-18-2008 09:15 PM |
| char *p and char p[]. | arunviswanath | High Level Programming | 4 | 07-20-2006 03:11 AM |
| \n char in C | C|[anti-trust] | High Level Programming | 1 | 05-05-2005 07:15 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How to add 'n' of tab char?
Hi All,
I need to add 'n' no. of tab char (\t) in a file thro' a script. Say for example if I give 5 as input then my script should give the all the lines with 5tabs. Input File : ####### 12323234 56465456 asdfdf456 dfgdf4564 So my Output File should look like: ####################### \t\t\t\t\t12323234 \t\t\t\t\t56465456 \t\t\t\t\tasdfdf456 \t\t\t\t\tdfgdf4564 Thanks in advance Saravana |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|