This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
RD_Software
/
linux-arkmicro
Segui
2
Vota
0
Forka
1
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
6ecc0e68ec
Rami (Branch)
Tag
luyuan
master
tianyouwei
weilai
zhonghong
linux-arkmicro
/
linux
/
scripts
/
file-size.sh
file-size.sh
86 B
Cronologia
Originale
1
2
3
4
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
set -- $(ls -dn "$1")
printf '%s\n' "$5"