Search Results

Search: Posts Made By: dariyoosh
1,955
Posted By Don Cragun
With 1993 and laters versions of ksh, getopts...
With 1993 and laters versions of ksh, getopts will handle both + and - if you tell it you want it to do that. Change:
while getopts :xy argumentsto:
while getopts +:xy argumentsor:
while getopts...
Forum: Programming 05-20-2010
3,876
Posted By jharish
In simple words the error means there are two...
In simple words the error means there are two main functions since you have included file1.c twice here
gcc file1.c mathfun1.o file1.c -o file1


What you can do to solve your problem is build...
108,271
Posted By reborg
add the following lines to the bottom of your...
add the following
lines to the bottom of your .kshrc file in your $HOME directory:

set -o emacs
alias __A=$(print '\0020') # ^P = up = previous command
alias __B=$(print '\0016') ...
Showing results 1 to 3 of 3

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