![]() |
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 |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Opening a TXT file in LINUX / UNIX | anushree.a | Linux | 2 | 07-25-2008 02:34 AM |
| Opening a Unix File in Windows. | a439511 | UNIX for Dummies Questions & Answers | 6 | 03-07-2008 05:13 AM |
| How do I choose the application when opening a file in UNIX? | Mpeter | OS X (Apple) | 2 | 10-27-2006 04:48 AM |
| Opening an Excel File in Unix | bubeshj | UNIX for Advanced & Expert Users | 5 | 08-03-2006 07:03 PM |
| File Opening in C++ in Unix Env | skannan | High Level Programming | 0 | 06-15-2002 08:10 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Problem in opening UNIX file in Windows
Hi ,
I am having file in unix with size (386796649) , below is the output of ls command in UNIX. I have ftp'ed the file to my windows machine . When i tried to open the file it is not opening . Why it is so . Is there is size limit. -rw-rw-rw- 1 p10 pQQ 98473 Sep 17 17:20 427.ret -rw-rw-rw- 1 p3 pQQ 606 Sep 17 17:29 485.ret -rw-rw-rw- 1 p6 pQQ 386796649 Sep 17 18:26 411.ret ----> this is the file i cannot open I have opened file more than (386796649) in my windows, why this file is not opening. Even the file has any special character, in notepad /editplus it should open, but when i tried to do it is closing indefinitely. Thanks in advance, Arun. |
|
||||
|
The unix file you are trying to open in a windows editor is probably one large line under windows.
The reason for this is that unix is only using a <CR> as line terminator and windows is using a <CR><LF> as line terminator. There are some tools available like dos2unix and unix2dos under solaris. Regards, P |
![]() |
| Bookmarks |
| Tags |
| grep or |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|