![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Remove first N bytes and last N bytes from a binary file on AIX. | naveendronavall | Shell Programming and Scripting | 1 | 05-24-2008 08:06 AM |
| How to get the size of process in Bytes | darshi | UNIX for Dummies Questions & Answers | 2 | 08-20-2007 05:22 AM |
| list the files with size in bytes | balireddy_77 | Shell Programming and Scripting | 3 | 12-06-2006 01:38 AM |
| Email message if file size > 0 bytes | poste_d_ordure | Shell Programming and Scripting | 1 | 06-02-2006 04:02 PM |
| Take a file from the system and put on tape and reset the file to 0 bytes | JackieRyan26 | UNIX for Dummies Questions & Answers | 1 | 09-06-2001 02:08 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
file size in bytes is different in ftp and local pc
Hi
how can it be that say i have text (xls) file that is 661 bytes when i upload it to Solaris ftp its becomes 650 byes and when i downloading it back its again 661 bytes both in my local pc and Solaris ftp the file remains not corrupted and valid |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
cksum
Hi,
I am just curious to know the checksum of the two files, Code:
cksum <file1> <file2> Nagarajan Ganesan. |
|
#3
|
|||
|
|||
|
Quote:
in microsoft - the line terminator in \r\n (carriage return line feed) Bet your file as 11 lines it it. The difference is the extra character that is added in the conversion from unix to dos type ascii files. Transfer in binary if you want the same file size. But may not be usable in some dos applications. |
|||
| Google The UNIX and Linux Forums |