This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
RD_Software
/
linux-arkmicro
Seguir
2
Destacar
0
Fork
1
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
6ecc0e68ec
Ramas
Etiquetas
luyuan
master
tianyouwei
weilai
zhonghong
linux-arkmicro
/
linux
/
scripts
/
file-size.sh
file-size.sh
86 B
Histórico
Raw
1
2
3
4
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
set -- $(ls -dn "$1")
printf '%s\n' "$5"