Search Results

Search: Posts Made By: dom17
1,290
Posted By dom17
Deleting Code
Hi i hope this is for the moderators

I posted a question in the Homework forum named (script to delete multiple users) and i deleted some code from my original post that really isnt pertinent to...
9,174
Posted By dom17
Thanks again Scrutinizer i managed a code to...
Thanks again Scrutinizer

i managed a code to delete the users
#!/bin/bash
while IFS=, read id firstname surname group stage status
do
sid=`echo $id ¦ cut -c1`
if [ $sid == "d" ]
then userdel...
9,174
Posted By dom17
Thanks for the reply Scrutinizer There is a...
Thanks for the reply Scrutinizer

There is a typo in the script posted, there is a $ before status in the actual script I couldnt copy and paste from the VM so i had to retype the script out and...
9,174
Posted By dom17
Script to delete multiple users
Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted!

1. The problem statement, all variables and given/known data:

Hi This is ...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 05:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy