![]() |
|
|
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 |
| Get multiple line content between two chars | Feliz | Shell Programming and Scripting | 2 | 04-11-2008 01:29 PM |
| Removing " " chars using Awk | vijaya2006 | Shell Programming and Scripting | 3 | 04-07-2008 01:13 PM |
| Removing M^ from multiple files | deaconf19 | Shell Programming and Scripting | 7 | 11-20-2007 02:35 AM |
| How to convert C source from 8bit chars to 16bit chars? | siegfried | Shell Programming and Scripting | 0 | 09-26-2007 03:26 PM |
| Best way to search files for non-printable characters? | jvander | Shell Programming and Scripting | 2 | 03-31-2005 01:53 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
removing non-printable chars from multiple files
How do I remove non-printable characters from all txt files and output the results to one file? I've tried the following: Code:
tr -cd '[:print:]\n' < *.txt > out.txt and it gives ambiguous redirect error. How can I get it to operate on all txt files in the current directory and append the output to out.txt? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|