Welcome to mirror list, hosted at ThFree Co, Russian Federation.

file-size.sh « scripts - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7eb7423416b56d00ef0d10e9e570b46f6937b1da (plain)
1
2
3
4
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
set -- $(ls -dn "$1")
printf '%s\n' "$5"