![]() |
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 |
| need explanation | Mari.kb | UNIX and Linux Applications | 1 | 11-23-2007 10:41 AM |
| tr explanation please | convenientstore | Shell Programming and Scripting | 1 | 05-30-2007 11:42 PM |
| explanation for the syntax | chandhar | Shell Programming and Scripting | 1 | 04-10-2007 04:45 AM |
| Explanation for how it was working so far!!! | bobbyjohnz | Filesystems, Disks and Memory | 1 | 06-14-2006 09:50 AM |
| AWK explanation | penfold | Shell Programming and Scripting | 2 | 04-05-2005 09:46 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
tr explanation please
how does below tr command replace nonletters with newlines?
I think I understand tr -cs '\n' part.. but what is A-Za-z\' <--- what is this?? tr -cs A-Za-z\' '\n' | -c --complement -s, --squeeze-repeats replace each input sequence of a repeated character that is listed in SET1 with a single occurrence of that charac- ter |
| Sponsored Links | ||
|
|