Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by gareh

  1. gareh

    Removing a line from a text file?...

    Cheers. Got it working my way. will look into using a database. Thanks again.
  2. gareh

    Removing a line from a text file?...

    Hi. I'm trying to remove a line from a file that holds user profiles. The file is as follows: admin:god:group1:ksh:1 user1:pass1:group1:bash:1 user2:pass1:group2:bash:0 user3:pass1:group3:bash:1 user4:pass1:group4:bash:0 So I have a form which can select which username to delete, but I don't...
  3. gareh

    GLOB output. What does it mean?...

    Thanks.. seems to be fixed now. Much appreciated.
  4. gareh

    GLOB output. What does it mean?...

    Hi, This segment of my script: open($file_var, ">>../login.txt") or die "$!\n"; printf ($file_var, "%s:%s:%s:%s:%s\n",new_username, new_password, new_group, new_shell, new_superuser); close($file_var) or die "$!\n"; The output on my web...

Part and Inventory Search

Back
Top