Search Results

Search: Posts Made By: lookforlohith
Forum: Programming 09-20-2008
10,165
Posted By lookforlohith
please reply
please reply
Forum: Programming 09-19-2008
10,165
Posted By lookforlohith
-d_gnu_source
brothers

//open.c

#include<stdio.h>

#include<sys/types.h>
#include<dlfcn.h>

int open(char const *path,int mode,mode_t permission)
{
int (*point)(char const ,int ,mode_t)=NULL;
FILE...
Forum: Programming 09-18-2008
1,854
Posted By lookforlohith
thankyou very much
thankyou very much
Forum: Programming 09-18-2008
1,854
Posted By lookforlohith
tar file
how can i create a tar file with all files whose file names are listed in a .txt file

example
$cat lohi.txt
/home/lohi/lesa/testpack1/x.c
/home/lohi/lesa/testpack1/x.o...
Forum: Programming 09-17-2008
3,266
Posted By lookforlohith
dlopen help
//foo.c

#include<stdio.h>

int pen(int a)
{
printf("%d",a);
}

$cc -c foo.c
$ls -shared -o libfoo.so foo.o

///////////now libfoo.so formed
//i have already designed libfoo.so...
2
1,666
Posted By lookforlohith
wat does />/ /</ signify
wat does
/>/
/</
signify
2
1,666
Posted By lookforlohith
help
PATH=/bin:/usr/bin
new=/tmp/wwho1.$$
old=/tmp/wwho2.$$

>$old

while :
do

who >$new
diff $old $new
mv $new $old
sleep 1

done | awk '/>/{ "$1 in: "; print }
/</{ "$1 out :...
Showing results 1 to 7 of 7

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