Assuming I have a file called "students" containing this:
NEWTON Isaac
MAXWELL James
EDISON Thomas
TESLA Nikola
how I am supposed to sort these names with a bash script in shell ? Do I need to use a delimiter with carriage return ? Will this support accentuated characters ?
Thanks for your time.