Revision 686a4f77cb0c003ef71a30978fba5e8146ebc8e9 authored by Alexander Potapenko on 10 January 2020, 15:16:15 UTC, committed by Alexander Potapenko on 10 January 2020, 15:16:15 UTC
1 parent ea7e6b7
Raw File
file-size.sh
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
set -- $(ls -dn "$1")
printf '%s\n' "$5"
back to top