Howdy!
I'm trying to write a Korn shell script to get a count of all users who, by default, are using /bin/sh. I'm getting this info via the etc/passwd file so if the last field of this file is blank then it's assumed they are also using /bin/sh.
It's a simple one line script (awk not needed) but I'm having a Blonde moment.
TIA!
Tuttle01
I'm trying to write a Korn shell script to get a count of all users who, by default, are using /bin/sh. I'm getting this info via the etc/passwd file so if the last field of this file is blank then it's assumed they are also using /bin/sh.
It's a simple one line script (awk not needed) but I'm having a Blonde moment.
TIA!
Tuttle01