Replace every comma in users.csv with a semicolon and save as /tmp/users.ssv.
Pass `/home/user/data/users.csv` through `tr`, replacing `,` with `;`, and write the result to `/tmp/users.ssv`.
Expected first two lines:
```
name;role;city
alice;admin;berlin
```
Sign in to save your code and track progress across devices.