![]() |
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 |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| help with finding & replacing pattern in a file | dusoo | Shell Programming and Scripting | 0 | 05-23-2008 03:59 AM |
| string with blank spaces | psalas | UNIX for Dummies Questions & Answers | 4 | 04-16-2008 04:50 AM |
| Removing blank spaces from a file? | dfs | Shell Programming and Scripting | 4 | 05-22-2007 05:59 PM |
| blank spaces getting deleted | gander_ss | Shell Programming and Scripting | 5 | 05-15-2007 05:37 AM |
| To remove Continous blank spaces from a file in UNIX | arunkumar_mca | UNIX for Dummies Questions & Answers | 1 | 12-08-2006 01:10 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
finding & replacing blank rows/spaces in a file
Can anyone help me find and replace blank rows in a file with a numeric value (ie blankrow=someTxtOrNumValue), the file is over 500,000 rows long so it would need to be the quickest way as I'll need to do this for multiple files...I would be greatfull for any suggestions....thanks
sample file: .............. J Smith A Allan B fred Tommy D John Hall ............. |
|
||||
|
thanks
Thanks that works a treat, now I need to replace all the rows that have the number 0 with a text value like....(0=ASC) and I'll be done, I have read through the my man pages on awk and I can't understand them too well, what does the "NF ?" part do, I assume thats where it's search for empty rows so I tried changing it to "Nf 0" but that gave me errors as you would expect...
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|