Why can join employees.txt departments.txt combine these two files without extra field options?
join employees.txt departments.txt
Corresponding lines always have the same character length.
Both files use the sorted employee ID as their first field.
Both files use the employee's last name as their final field.
The two filenames contain the same number of letters.