xref
: /
linux
/
scripts
/
file-size.sh
(revision 3786f2ad009549c9e5e2af86e5829b31ad788eb4)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
# SPDX-License-Identifier: GPL-2.0
3
set
-- $(
ls
-
dn
"$1"
)
4
printf
'%s\n'
"$5"
5