summaryrefslogtreecommitdiffstats
path: root/source/installer/sources/initrd/bin/filesize
blob: 4c537edadeece44944d783bc47fd4e8147ac4f4b (plain) (blame)
1
2
3
4
5
6
#!/bin/sh
#
# Print the size of a file, in bytes.
#
SIZE=`ls -l -d -G $1 | cut -b23-32`
echo -n $SIZE