Ok, peanut gallery, is this curs猫d, or glorious? ;)
function stdu {
#Syncthing du
cd
local x oIFS="$IFS"
IFS=$'\n'
du -sch $(
for x in *; do
[[ -d $x && -d $x/.stfolder ]] && echo "$x"
done
) |sort -h
IFS="$oIFS"
}
Post
Ok, peanut gallery, is this curs猫d, or glorious? ;)
function stdu {
#Syncthing du
cd
local x oIFS="$IFS"
IFS=$'\n'
du -sch $(
for x in *; do
[[ -d $x && -d $x/.stfolder ]] && echo "$x"
done
) |sort -h
IFS="$oIFS"
}
A space for Bonfire maintainers and contributors to communicate