Search Results

Search: Posts Made By: milhan
1,536
Posted By milhan
mmmmm 2> error.txt >&2 will send both the...
mmmmm 2> error.txt >&2
will send both the stderr and stdout to the file error.txt
536
Posted By milhan
in your .bash_profile (or .profile) you could do:...
in your .bash_profile (or .profile) you could do:
HISTFILESIZE=
HISTSIZE=
to make your bash history unlimited; this way they won't be overwritten.
Forum: Programming 12-06-2018
1,611
Posted By milhan
makes sense. Thanks for the help.
makes sense. Thanks for the help.
Forum: Programming 09-13-2018
3,585
Posted By milhan
#include <stdio.h> const char *str =...
#include <stdio.h>

const char *str = "andrew";

int main()
{
printf("Hello World! %s\n", str);
return 0;
}
1,191
Posted By milhan
mkdir -p will create intermediary directories...
mkdir -p will create intermediary directories only as necessary. That is, it won't try to re-create it if the directory already exists.
Forum: Programming 01-13-2018
1,306
Posted By milhan
see this link (http://beej.us/guide/bgnet/)
see this link (http://beej.us/guide/bgnet/)
Forum: Fedora 12-21-2017
21,439
Posted By milhan
This is how you remove Java JDK on Fedora sudo...
This is how you remove Java JDK on Fedora
sudo dnf remove java-1.8.0-openjdk -y
Forum: Open Source 05-25-2006
192,925
Posted By milhan
What is your favorite Linux distro?
What is your favorite Linux distro?
and possibly why?

Personally, I have Fedora 3 on my computer. I have used Ubuntu and Slackware, too. But I think I liked Ubuntu more, maybe because of its...
Showing results 1 to 8 of 8

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