Hi All,
when i ftp the file from windows machine to unix server the record count in the file is decreased by 1.
example: Say a text file has three lines in it and when you place this file in unix server from your local machine and run a below command
cat filename | wc -l
the output is showing as 2
but when you create a same file and same lines in unix machine directly it will show record count a 3
Any idea why it so?
---------- Post updated at 07:23 PM ---------- Previous update was at 07:23 PM ----------
Record count of windows file in unix server