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 Chris Miller 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. JerryBoyle

    Running C prog from ksh script

    Greg, By any chance did you use "$*" (with the quotes) in your script? This expands to "$1 $2 ...". Replace it with "$@", which expands to "$1" "$2" ... Also,if your system has an xargs command, the following is simpler and faster than...

Part and Inventory Search

Back
Top