The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 05-23-2002
Perderabo's Avatar
Perderabo Perderabo is offline Forum Staff  
Unix Daemon
  
 

Join Date: Aug 2001
Location: Ashburn, Virginia
Posts: 9,126
ls should not be displaying the total line twice like that. I do not believe that you are using a standard version of ls. Repeat your experiment, but whereever you would type "ls", instead type "/usr/bin/ls".

Also what shell are you using? What do you get when type "whence ls"? Also "which ls"?

On SunOS 5.8, when I type "cksum /usr/bin/ls" I get "169775630 18844 /usr/bin/ls". What do you get?