Write a shell script to concatenate lists together, and outputthe resulting list. Do not include any argument that is a sub-listof the entire list. (The script will clean the list of anyredundant items.) You must preserve the original order of the list.Remember to account for the following situations: