![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| updating a column in a unix table for a particular row | thanuman | Shell Programming and Scripting | 5 | 02-09-2009 06:52 PM |
| To cut entire column from a file and apend it to another file as another column | sakthifire | Shell Programming and Scripting | 4 | 06-25-2008 05:27 AM |
| Extract column data from File | sudheshnaiyer | UNIX for Dummies Questions & Answers | 3 | 10-11-2007 10:52 PM |
| Better way to Validate column data in file. | barry1 | Shell Programming and Scripting | 12 | 12-19-2006 05:23 PM |
| updating a column in oracle table using shell script | sveera | Shell Programming and Scripting | 3 | 05-09-2005 02:01 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Updating entire column irrespective of any data in a file
Hi,
I have a file A.txt (tab separated) as below: pavan chennai/tes/bangalore 100 sunil mangalore/abc/mumbai 230 kumar delhi/nba/andhra 310 I want to change only second column as below . Rest of columns as it is ;The ouput file is also tab separated. pavan chennai/###/bangalore 100 sunil angalore/###/mumbai 230 kumar delhi/###/andhra 310 Please let me know how to do this in unix script. I am using ksh shell Thanks in advance |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|