• 0 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023









  • willybetoLinux@lemmy.mlIs anyone using awk?
    arrow-up
    2
    arrow-down
    0
    ·
    10 months ago
    link
    fedilink

    I used awk to migrate users from one system to another. I created template scripts for setting up the user in the new system, I dumped the data from the old system, then used awk to process the dump and create scripts for each user in the new system. That was a fun project.