in reply to List all Users Directory
G'day valerydolce,
Here's the steps you need for each line.
If the match was successful, $1 will contain 'user1', 'Dummy1', etc.
There a number of ways to implement this. I'll leave you to choose whichever you want.
Information on how to do everything described above can be found in perlre.
Update: I made the final step a little more specific by adding "(before newline)". Also fixed a typo: s/with contain/will contain/.
— Ken
|
|---|