Search Results

Search: Posts Made By: AntumDeluge
Forum: Ubuntu 10-05-2019
12,097
Posted By Neo
This is precisely why I have not written any code...
This is precisely why I have not written any code here to support a "voting system" for questions and answers.

In computing, questions and answers are not so simple to be "the best" or "the worst"...
Forum: BSD 04-16-2015
9,719
Posted By Corona688
blkid is part of busybox, if you have that you...
blkid is part of busybox, if you have that you can try busybox blkid.
384,461
Posted By anbu23
string="abc@hotmail.com;xyz@gmail.com;uvw@yahoo.co...
string="abc@hotmail.com;xyz@gmail.com;uvw@yahoo.com"
str1=${string%%;*}
str3=${string##*;}
temp=${string#$str1;}
str2=${temp#;$str3}
Forum: BSD 01-06-2015
13,426
Posted By Don Cragun
Yes. /usr/local/lib is a conventional place...
Yes.

/usr/local/lib is a conventional place to add local libraries, but it is not a default location for any FreeBSD supplied libraries. And, it is not a directory that is searched by default by...
Forum: Programming 08-26-2014
3,608
Posted By achenle
cpp -dM /dev/null
cpp -dM /dev/null
Forum: Programming 08-27-2014
3,608
Posted By Corona688
cpp -dM <<"EOF" #include <sys/param.h> /*...
cpp -dM <<"EOF"
#include <sys/param.h>

/* as much more code as you want */
EOF
Showing results 1 to 6 of 6

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