Displaying 1 result from an estimated 1 matches for "618351".
Did you mean:
18351
2005 Jul 19
1
find computer and sharename
Hello,
I need a script using "Xdialog" or other gtk, that find computer to
view shares.. but my network contains 3.000 machines and the search
is very slow....
Already I used the following command in shell script:
smbtree -S "chi02" -U% | grep -i $server_name | cut -f2 | sed -e
{s/'\\\\'/''/} > /tmp/name_cpus
exists another faster method?
Some tip??