![]() |
|
|
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 |
| formatting of the text file | rohit.shetty84 | UNIX for Dummies Questions & Answers | 1 | 05-14-2009 02:11 AM |
| Text file formatting | consta.v | UNIX for Dummies Questions & Answers | 5 | 09-18-2008 10:01 AM |
| formatting of file in unix | trichyselva | UNIX for Dummies Questions & Answers | 2 | 02-21-2008 05:33 AM |
| Formatting a text file based on newline and delimiter characters | ntekupal | Shell Programming and Scripting | 5 | 05-11-2007 04:33 PM |
| text file formatting by perl | avik1983 | Shell Programming and Scripting | 5 | 02-21-2007 02:49 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Formatting text file in unix
Hi,
I am using the following format command for formatting my text file in unix. awk -F":" '{ printf "%-50s%-1s%-50s\n", $1,":", $2}' filename > targetfile The target file is then sent as an attachment via email. When I view the target file in notepad multiple lines get spanned as a single line. When viewed in any other editor (like textpad, crimson) the file is viewed correctly. The file is viewed correctly in unix. I am attaching the file for reference. Is there anything wrong in my command? Can any one please suggest me some alternative command so that the file is viewed correctly accross all the windows editor. Regards, Abhishek |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|