Commit 17350fae authored by Vladislav's avatar Vladislav

Impoved sort for file access

parent 223b35c7
...@@ -468,7 +468,7 @@ use: [--repair] [--reinstall] [--autoinstall] ...@@ -468,7 +468,7 @@ 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 -r curl -s --list-only "https://cloud.linux-gaming.ru/log/$(date +20%y_%m)_file_access.log" | sort -rV -k 2,2
echo echo
exit 0 ;; exit 0 ;;
esac esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment