Timeline for format file to remove " characters
Current License: CC BY-SA 3.0
        8 events
    
    | when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 2, 2017 at 14:50 | history | made wiki | Post Made Community Wiki by don_crissti | ||
| Aug 25, 2015 at 16:27 | history | edited | don_crissti | CC BY-SA 3.0 | 
                
                    fixed per Costas comment 
                
             | 
| Aug 25, 2015 at 16:25 | comment | added | don_crissti | @Costas - lol, because too tired I guess, thanks for the heads-up ! | |
| Aug 25, 2015 at 16:08 | comment | added | Costas | Why not tr -s '[[:blank:]"]' \| <infile? | |
| Aug 25, 2015 at 15:34 | comment | added | FelixJN | I wasn't aware one could use half-bounded intervals for ranges in cut- thanks. | |
| Aug 25, 2015 at 15:27 | comment | added | don_crissti | @Fiximan - -c2-is standard i.e.-cfollowed by LIST - in this case one range:N-meaning  from N'th character to end of line.--complementis a GNU extension: Select for printing the complement of the characters selected with the ‘-c’ option. In other words, do not print the characters specified via that option. | |
| Aug 25, 2015 at 14:41 | comment | added | FelixJN | Could you explain how cut -c2-acts likecut --complement -c1? | |
| Aug 25, 2015 at 14:03 | history | answered | don_crissti | CC BY-SA 3.0 |