Search Results

Search: Posts Made By: beatzz
8,623
Posted By beatzz
whats the sleep 5 for?
whats the sleep 5 for?
1,897
Posted By beatzz
Okay, so I edited my code to include your line of...
Okay, so I edited my code to include your line of fprintf. Here it is. We are close to success, but not there yet.
#include<stdio.h>
#include<string.h>
void strip_newline(char *str,int size)
{
...
8,623
Posted By beatzz
How to run a command in a new Konsole
I'd like to know how to open a new konsole window and execute a command though it automaticaly. like is there a way to pipe a command into a newly opened window??

something like open new window...
1,897
Posted By beatzz
My program crackrocks #include<stdio.h> ...
My program crackrocks
#include<stdio.h>
#include<string.h>
void strip_newline(char *str,int size)
{
int i;
for(i=0;i<size;++i){
if(str[i]=='\n'){
str[i]='\0';
return;
}
}
}...
1,897
Posted By beatzz
scripting n00b question, please help :)
Okay, so I'm a little familiar with C and Linux, but my shell scripting experience is limited to say the least. I know that you begin a shell script with this
#!/bin/bash
Basically, I've written a...
Showing results 1 to 5 of 5

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