Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
how to get fixed width file in unix
Name: trichyselva Date: March 2, 2007 at 00:54:19 Pacific OS: xin xp CPU/Ram: p4 Product: pentium
Comment:
i have a file in unix in which datas are like this
07 01 abc data entry Z3 data entry ASSISTANT Z3 39 08 01 POD peadiatrist Z4 POD PeDIATRY Z4 67 01 operator specialist 00 operator UNSPECIFIED A0 00 02 OLD NPA SPECIALTY 01 GP GENERAL PRACTICE C5 01
i want the datas to be tilde delimited as 07~01~abc~data entry~Z3~data entry ASSISTANT~Z3~39 ~01~~operator specialist~00~operator UNSPECIFIED~A0~00
can anybody help me on this in writing code for this
Summary: How do i read binary files in Unix and as i know that counting the number of records in a file could be done using WC command, but how to use it for counting the number of records inside a binary file...
Summary: Hi I need to get the name (only name) of the last updated file or directory in an existing folder and store it in a variable. Thanks in advance. ...