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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ReeKetta

    test for integer

    Is there a way to check to see if the user entered variable is a valid integer? I have: ... read var if test $var -lt 5 then echo "integer" fi This works just fine if var is an integer, but if it is not, then I get a "bad integer" error. I would like it to not give an...
  2. ReeKetta

    passing variables into a nawk script

    Hi, Is there a way to use nawk or grep to search a column in a data file when the column number and search string are input by the user? In other words, in this example I am searching the second column for the word Orient: nawk '$2 ~ /Orient/ {print $0}' acmebooks But what I'd like to do is...
  3. ReeKetta

    How to launch Java class w/out DOS shell

    Hi, Does anyone know of a program that you can use to launch your java classes without the launch of a DOS shell. I would like to double-click on a file and have it launch my java class. Thanks, Ree

Part and Inventory Search

Back
Top