Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by subbuy3k

  1. subbuy3k

    What installed Software.

    is there any similar command for unix or linux subbu
  2. subbuy3k

    How do get values from $#

    Hi here is the code for you.Hope it will work if [ $# -gt 0 ] then count=`expr $# - 1` shift $count echo "The last argument is $1" fi Regards Subbu.
  3. subbuy3k

    ftp script from Unix to Windows.....

    Hi i dont know whether it will help you any way try this ftp -inv<<+ open ipaddress user username password bin get filename quit subbu

Part and Inventory Search

Back
Top