home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter 2006 October
/
Enter 10 2006.iso
/
boot
/
isolinux
/
initrd
/
in
/
bin
/
filesize
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-01-06
|
102 b
|
7 lines
#!/bin/sh
#
# Print the size of a file, in bytes.
#
SIZE=`ls -l -d -G $1 | cut -b23-32`
echo -n $SIZE