Search Results

Search: Posts Made By: vishwaraj
1,551
Posted By vishwaraj
this may help u... #!/bin/sh CNT=0 ...
this may help u...


#!/bin/sh
CNT=0
CNT1=0

for i in $(cat a.txt | xargs)
do
CNT1=$((CNT1+1))
done

for i in $(cat a.txt | grep "^//" | xargs)
do
CNT=$((CNT+1))
done
echo "no...
2,248
Posted By vishwaraj
performance issue
I want to read a file.
is it good to use File I/O or shell script??
which one is the best option?
3,646
Posted By vishwaraj
thanks a lot vbe :) got an idea... i'l try...
thanks a lot vbe :)

got an idea...
i'l try it by writing a script for the names of all users...


thanks,
vishwaraj
Forum: HP-UX 02-06-2008
4,030
Posted By vishwaraj
hi... If the password is an * (asterisk),...
hi...

If the password is an * (asterisk), the user cannot log in. The value is a character string. The default value is *.
3,646
Posted By vishwaraj
last login
thanks vbe...
but this command takes long time to give the output if we display a list of users with last login value when wtmp is huge..
any other solution???

thanks,
Vishwaraj
3,646
Posted By vishwaraj
Last login<urgent>
Last login<urgent>
how to find last login time of a user in faster way if wtmps size is too large??
3,646
Posted By vishwaraj
Last login<urgent>
how to find last login time of a user in faster way if wtmps size is too large??
Forum: HP-UX 01-14-2008
3,665
Posted By vishwaraj
creating users
hi,
can any one help in how to get the numeric user id through useradd command ?? or any other command for the same??
Showing results 1 to 8 of 8

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