Search Results

Search: Posts Made By: dariyoosh
1,964
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...
108,297
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') ...
Forum: Programming 05-20-2010
3,893
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...
Showing results 1 to 3 of 3

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