Search Results

Search: Posts Made By: bakunin
10,212
Posted By bakunin
Yes. Here is a sample script: #! /bin/ksh...
Yes. Here is a sample script:


#! /bin/ksh

parse_it ()
{
print - "entering parse_it():"
while [ $# -gt 0 ] ; do
print - "-- >$1<"
shift
done
return 0
}


# main ()
#...
10,212
Posted By bakunin
Isn't that all we ask for? Consider the...
Isn't that all we ask for? Consider the following:


bakunin@bookchin $ cat parse.sh
#! /bin/ksh
print - "first arg: \"$1\" second arg: \"$2\" third arg: \"$3\""
exit 0

bakunin@bookchin $...
Showing results 1 to 2 of 2

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