Did you ever wish to narrow down the content that you are currently looking at in the less pager to lines matching a regular expression?
Turns out that pressing '&' and entering the regexp is all that is required to do this.
Just use an empty regexp to widen the view again, i.e. '&<enter>'
Die Uhrzeit meiner Sony Digicam war offensichtlich verstellt und damit sind die Bilder von unterschiedlichen Kameras (Handys und Digicam) in einem Ordner jetzt nicht mehr korrekt sortiert. Erst die falsche Uhrzeit (Sony) mit einer korrekten Uhrzeit (Handy) fotografieren, um den Offset zu dokumentieren. Bei mir waren das 32 Minuten Nachlauf. Und dann einfach:
exiftool -overwrite_original -DateTimeOriginal+='0:0:0 0:32:0' DSC044*
Fixed Dann noch die Uhr korrigieren.
You have a big file and search for things in there, or just output of a script `less` comes really helpful, don't forget:
How to use?
> cat myBigFile.js | less
OR
> node outputMuch.js | less
And now you can also search in the file, just type "/" and a term and you even get highlights.