Search Results

Search: Posts Made By: vdivb
14,090
Posted By vdivb
For me grep -o '/.*\.BMP' file is...
For me

grep -o '/.*\.BMP' file
is retrieving
xxxxx/root/cdrive/picure.BMP xxxx
xxxxx/root/ddrive/picure.BMP xxxx

but i want
/root/cdrive/picure.BMP
/root/ddrive/picure.BMP

Please...
14,090
Posted By vdivb
Grep File Full Path in a file
Hi,

I would like to know how to grep all the paths in a file having extension .BMP

For e.g.
File Name :
sample.txt
File Content :
xxxxxxxxxxxxxxxxx
xxxxx/root/cdrive/picure.BMP xxxx...
Forum: Programming 04-01-2016
7,029
Posted By vdivb
Hi, Attaching makefile for reference. ...
Hi,

Attaching makefile for reference.

$INFINYS_ROOT in above makefile is different across different environments.

Thank you
Forum: Programming 03-28-2016
7,029
Posted By vdivb
Here is the output which I am getting for the...
Here is the output which I am getting for the above piece of code.
Forum: Programming 03-28-2016
7,029
Posted By vdivb
1) What "below error" are you getting? error...
1) What "below error" are you getting?
error while loading shared libraries: /home/dev/lib/libprun.a: cannot open shared object file: No such file or directory.


2) What different environment...
Forum: Programming 03-28-2016
7,029
Posted By vdivb
Error while loading shared libraries
I am trying to run a C++ program which uses a static library libprun.a. During compilation, I am loading this library file using a environment variable as below.

LIBDIR = ${CUSTOM_PATH}/lib
...
Showing results 1 to 6 of 6

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