VirtualBox

source: vbox/trunk/src/libs/libtpms-0.9.6/tests/common@ 102278

最後變更 在這個檔案從102278是 91612,由 vboxsync 提交於 3 年 前

src/libs: Export libtpms-0.9.0, bugref:10078

檔案大小: 184 位元組
 
1
2# Get the size of a file in bytes
3#
4# @1: filename
5function 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 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette