Click here to Skip to main content
15,797,469 members
Home / Discussions / Linux Programming
   

Linux Programming

 
GeneralRe: Developing bluetooth app using "bluez" Pin
Vaclav_6-Mar-19 12:58
Vaclav_6-Mar-19 12:58 
QuestionLinking to library Pin
Vaclav_3-Mar-19 6:22
Vaclav_3-Mar-19 6:22 
AnswerRe: Linking to library Pin
Richard MacCutchan3-Mar-19 6:53
mveRichard MacCutchan3-Mar-19 6:53 
GeneralRe: Linking to library Pin
Vaclav_3-Mar-19 8:08
Vaclav_3-Mar-19 8:08 
AnswerRe: Linking to library Pin
k50543-Mar-19 7:03
mvek50543-Mar-19 7:03 
GeneralRe: Linking to library Pin
Vaclav_3-Mar-19 8:09
Vaclav_3-Mar-19 8:09 
AnswerRe: Linking to library Pin
k50543-Mar-19 7:32
mvek50543-Mar-19 7:32 
GeneralRe: Linking to library Pin
Vaclav_3-Mar-19 8:05
Vaclav_3-Mar-19 8:05 
Thanks.
I was aware that I was getting only current directory finds.
I did modify the CL , but now I am getting only directories.


C++
jim@jim-desktop:~$ sudo find / -type f -name "bluetooth" -xdev
[sudo] password for jim: 
find: warning: you have specified the -xdev option after a non-option argument -type, but options are not positional (-xdev affects tests specified before it as well as those specified after it).  Please specify options before other arguments.

/etc/init.d/bluetooth
/usr/local/lib/cups/backend/bluetooth
/usr/bin/bluetooth
/usr/lib/cups/backend/bluetooth
jim@jim-desktop:~$ sudo find / -type f -name -xdev "bluetooth"
find: paths must precede expression: bluetooth
Usage: find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec|time] [path...] [expression]
jim@jim-desktop:~$ sudo find / -xdev  -type f -name  "bluetooth"
/etc/init.d/bluetooth
/usr/local/lib/cups/backend/bluetooth
/usr/bin/bluetooth
/usr/lib/cups/backend/bluetooth
jim@jim-desktop:~$ 

AnswerRe: Linking to library Pin
Vaclav_3-Mar-19 8:15
Vaclav_3-Mar-19 8:15 
GeneralRe: Linking to library Pin
k50543-Mar-19 8:44
mvek50543-Mar-19 8:44 
GeneralRe: Linking to library Pin
Vaclav_3-Mar-19 9:12
Vaclav_3-Mar-19 9:12 
GeneralRe: Linking to library Pin
k50543-Mar-19 10:04
mvek50543-Mar-19 10:04 
GeneralRe: Linking to library Pin
Richard MacCutchan3-Mar-19 22:34
mveRichard MacCutchan3-Mar-19 22:34 
GeneralRe: Linking to library Pin
Vaclav_4-Mar-19 5:28
Vaclav_4-Mar-19 5:28 
GeneralRe: Linking to library Pin
Richard MacCutchan4-Mar-19 5:56
mveRichard MacCutchan4-Mar-19 5:56 
GeneralRe: Linking to library Pin
k50544-Mar-19 8:42
mvek50544-Mar-19 8:42 
GeneralRe: Linking to library Pin
Richard MacCutchan4-Mar-19 10:47
mveRichard MacCutchan4-Mar-19 10:47 
GeneralRe: Linking to library Pin
k50544-Mar-19 13:45
mvek50544-Mar-19 13:45 
GeneralRe: Linking to library Pin
Richard MacCutchan4-Mar-19 22:44
mveRichard MacCutchan4-Mar-19 22:44 
QuestionSOLVED system call syntax ? Pin
Vaclav_7-Feb-19 7:40
Vaclav_7-Feb-19 7:40 
AnswerRe: system call syntax ? Pin
k50547-Feb-19 9:02
mvek50547-Feb-19 9:02 
GeneralRe: system call syntax ? Pin
Vaclav_7-Feb-19 11:23
Vaclav_7-Feb-19 11:23 
GeneralRe: system call syntax ? Pin
k50547-Feb-19 12:20
mvek50547-Feb-19 12:20 
AnswerRe: system call syntax ? Pin
Richard MacCutchan7-Feb-19 23:26
mveRichard MacCutchan7-Feb-19 23:26 
GeneralRe: system call syntax ? Pin
Vaclav_8-Feb-19 4:23
Vaclav_8-Feb-19 4:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.