Search Results

Search: Posts Made By: brain_processin
6,259
Posted By brain_processin
thank you very much for answering and helping me!...
thank you very much for answering and helping me!




that's right, the problem comes from the variable PS1.




in fact when i use the csh shell instead of bash my problem disappears.

...
6,259
Posted By brain_processin
yes, that's right, if i just write: ...
yes, that's right, if i just write:

printf("test\n");

then it appears properly on screen.
but what if i don't want to use \n ?
and also, the new bash line should appear _next to_ my data, but...
6,259
Posted By brain_processin
Bash overwrites data on screen!!
hi everybody,
when i run and compile this:

printf("test"); fflush(stdout);

nothing appears on screen.
if i try this:
___________________________________

printf("test"); fflush(stdout);...
Forum: Programming 03-10-2002
2,622
Posted By brain_processin
:D that's great, you were right! nice...
:D

that's great, you were right!

nice guess. now i finally understand what's happening, thank you!

:cool:
anyway im disapointed with this bash shell...
is there a way to set the bash so...
Forum: Programming 03-09-2002
2,622
Posted By brain_processin
disturbing problem with PRINTF() !!
hello everybody,
here is my problem:
________________________________________
#include <stdio.h>

int main()
{
int i=10;
printf("value is %i",i);
return 0;
}...
Showing results 1 to 5 of 5

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