#!/bin/sh
/bin/mv -f usernames.txt usernames.txt~
sort -n -t , +3 class_Nov6.txt > usernames.txt



