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 >
Wrap
Text File
|
2006-11-29
|
68b
|
6 lines
#!/bin/sh
#
# Print the size of a file, in bytes.
#
stat -c %s "$1"