Search Results

Search: Posts Made By: killuane
1,657
Posted By killuane
How about this: sort -t . -k 1,1 -k 2n,2...
How about this:


sort -t . -k 1,1 -k 2n,2 /tmp/j
33,398
Posted By killuane
Thanks scottn. Appreciate the answer. I'll use...
Thanks scottn. Appreciate the answer. I'll use chpasswd on AIX and think up an alternative solution on Solaris.
33,398
Posted By killuane
On Solaris I have tried: 1) redirecting the...
On Solaris I have tried:

1) redirecting the input as follows:


passwd $NEW_USER_ID <<EOF
> $NEW_PASSWD
> $NEW_PASSWD
> EOF


but I get prompted to enter the password interactively:
...
33,398
Posted By killuane
Create new user account and password in shell script
I am trying to create a shell script that will:
check if a specific user already exists
if not, create a specific group and create the user in that group
assign a password to that user, where...
Showing results 1 to 4 of 4

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