home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / rescue / usr / bin / filesize < prev    next >
Text File  |  2006-11-29  |  68b  |  6 lines

  1. #!/bin/sh
  2. #
  3. # Print the size of a file, in bytes.
  4. #
  5. stat -c %s "$1"
  6.