![]() |
|
|
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 |
| Changing one column of delimited file column to fixed width column | manneni prakash | Shell Programming and Scripting | 5 | 06-22-2009 06:27 AM |
| How to compare a field value of a same column? | gobinath | Shell Programming and Scripting | 6 | 05-06-2009 02:39 AM |
| ps command - time field | nhatch | UNIX for Dummies Questions & Answers | 1 | 05-12-2008 12:15 PM |
| Need help with switching field/column values | sonyd8 | Shell Programming and Scripting | 7 | 02-13-2008 01:10 AM |
| PS Command Field | akuma | Linux | 2 | 11-08-2005 09:49 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
how to specify the column(field) in sed command
the following command removes the first two characters of the first column, how can I change it to to remove the first two characters of the second column?
sed 's/^..//' file1.txt > file2.txt Thanks Joseph |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|