Search Results

Search: Posts Made By: abdulbadii
165,167
Posted By MadeInGermany
Probably you want to prevent it from recursion? ...
Probably you want to prevent it from recursion?
Then there is the following work-around for a Unix find
find . \! -name . -prune -name "*.ini" -ls
A GNU find takes
find . -maxdepth 1 -name...
1,223
Posted By jim mcnamara
MinGW is indeed minimum. waitpid() is a unix...
MinGW is indeed minimum. waitpid() is a unix function. I would simply go with an install of cygwin, if you must have make.

What the error tells you is that the make executable requires run time...
4,991
Posted By Chubler_XL
Try using the -c option to bash. Note as you...
Try using the -c option to bash.

Note as you want ${PATH} to be expanded by the bash script you should protect if from being expanded by you current shell. An easy way to ensure this is to...
Showing results 1 to 3 of 3

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