Search Results

Search: Posts Made By: TuftyDave
2,080
Posted By TuftyDave
This is one I was doing a couple of days ago, but...
This is one I was doing a couple of days ago, but the issue is the same...

From this one, I want the filename & the Camera Model to be o/p on the same line...
what I used is:
find -iname...
2,080
Posted By TuftyDave
Hi Ravinder I really wanted to know if there...
Hi Ravinder

I really wanted to know if there is a solution to this using egrep, as my inout is via find....
I understand that ASCII 08 or ^H is the backspace character, I was hoping to find out...
2,080
Posted By TuftyDave
Egrep output
If I have an output from egrep that has two elements on separate lines can I concatenate them? so the egrep for examople might be:

egrep "filename|type"

And the actual output might be:
...
1,642
Posted By TuftyDave
Thanks Smurphy! It's a LONG time since my basic...
Thanks Smurphy! It's a LONG time since my basic Unix days. I completely forgot about egrep!
6,448
Posted By TuftyDave
Thanks... I should have looked around a bit more...
Thanks... I should have looked around a bit more until I found that!
Cheers anyway.
1,642
Posted By TuftyDave
Grep output
Hi.
I have a command line that will generate exif data from .jpg files...
So to get the Camera Model I use:

find -iname "*.jpg" -print0 | xargs -0 exiftool -a | grep "Camera Model"

But I want...
6,448
Posted By TuftyDave
How to post a new thread?
Just joined and registered 15 minutes ago.
Can't figure out how to post a new question about 'grep'
I searched and found that I need to click the 'New Thread' button, I couldn't see any 'New...
Showing results 1 to 7 of 7

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