source:
vbox/trunk/src/libs/libtpms-0.9.6/tests/common@
102278
最後變更 在這個檔案從102278是 91612,由 提交於 3 年 前 | |
---|---|
檔案大小: 184 位元組 |
行 | |
---|---|
1 | |
2 | # Get the size of a file in bytes |
3 | # |
4 | # @1: filename |
5 | function get_filesize() |
6 | { |
7 | if [[ "$(uname -s)" =~ (Linux|CYGWIN_NT-) ]]; then |
8 | stat -c%s $1 |
9 | else |
10 | # OpenBSD |
11 | stat -f%z $1 |
12 | fi |
13 | } |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器