Existing names in the "names" file is in form of lastname1,firstname1 ; lastname2,firstname2.
In the new file it should be like down below.
Create a script that outputs a list of existing users (from the "names" file) in the form:
firstname1.lastname1
firstname2.lastname2
etc.
And saves a file called "cat list"
2
Answers
This kind of command line should be a solution for you :
I don’t think I have the most efficient solution here but it works and outputs the different stages of translation to help illustrate the process:
The script above will save a file called ‘cat list’ and output something similar to: