Search Results

Search: Posts Made By: smurf4568
1,786
Posted By smurf4568
Piping through grep breaks the output as soon as...
Piping through grep breaks the output as soon as I try this in a script.

Will have to look at ways of filtering within the DTrace script itself so that it only gives opens where MarketData is a...
1,550
Posted By smurf4568
The equivalent windows command is find G:\>...
The equivalent windows command is find

G:\>
G:\>find "fish" test.txt
---------- TEST.TXT
fish
G:\>

How you then feed that into another command, I've no idea....
1,786
Posted By smurf4568
Perfect - I had been missing the quotes! ...
Perfect - I had been missing the quotes!

---------- Post updated at 02:43 PM ---------- Previous update was at 02:33 PM ----------

Actually, not quite so perfect. Need it to match...
1,786
Posted By smurf4568
DTRACE help required...
if
dtrace -n 'syscall::open*:entry { printf("%i %s %s %s",uid,execname,cwd,copyinstr(arg0)); }'

will show me all files that are opened as follows...
3 522 open:entry...
2,155
Posted By smurf4568
"strings" will show you the printable contents of...
"strings" will show you the printable contents of a binary file - depending on what it is you want to find out..
Showing results 1 to 5 of 5

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