forked from CastroFidel/PortWINE
Update sort
This commit is contained in:
parent
56ad8779d6
commit
f7b9f0f29e
@ -467,7 +467,8 @@ use: [--repair] [--reinstall] [--autoinstall]
|
|||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
'--server-file-access' )
|
'--server-file-access' )
|
||||||
echo
|
echo
|
||||||
curl -s --list-only "https://cloud.linux-gaming.ru/log/$(date +20%y_%m)_file_access.log" | sort -V -k 2,2
|
curl -s --list-only "https://cloud.linux-gaming.ru/log/$(date +20%y_%m)_file_access.log" | sort -V -k 2,2 \
|
||||||
|
| sed 's/count=//g' | awk '{a=$1; $1=$2; $2=a} 1' | awk 'BEGIN {print "Count: Name:"} {print}' | column -t
|
||||||
echo
|
echo
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user